Skip to content

Commit

Permalink
fix the default jump
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Dec 11, 2014
1 parent 8e9f43b commit 39d36d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily-report.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def OPTIONS(self):
class Root(object):
exposed = True;
def GET(self):
raise cherrypy.HTTPRedirect("ui");
raise cherrypy.HTTPRedirect("ui/");

class Manager:
def __init__(self):
Expand Down

0 comments on commit 39d36d1

Please sign in to comment.