Skip to content

Commit

Permalink
Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ImazonSadGoogle committed Mar 1, 2012
1 parent d79f8c3 commit fc9bb0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/application/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def get_or_create_user():
return u

@app.route('/')
def start():
return redirect('/analysis')

@app.route('/analysis')
@login_required
def home(cell_path=None):
Expand Down

0 comments on commit fc9bb0c

Please # to comment.