Skip to content

Commit

Permalink
Tutorial redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Jan 23, 2015
1 parent d86c472 commit 954fb69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

app = webapp2.WSGIApplication([
RedirectRoute('/apps/topeka/', name='topeka', redirect_to='http://polymer-topeka.appspot.com/', strict_slash=True),
RedirectRoute('/apps/designer/', name='designer', redirect_to='http://polymer-designer.appspot.com/', strict_slash=True)
RedirectRoute('/apps/designer/', name='designer', redirect_to='http://polymer-designer.appspot.com/', strict_slash=True),
RedirectRoute('/apps/tutorial/', name='tutorial', redirect_to='http://polymer-tut.appspot.com/', strict_slash=True)
], debug=False)

0 comments on commit 954fb69

Please sign in to comment.