Add a page for toggling the cookie used for the new layout experiment

This commit is contained in:
Joseph Schorr 2015-02-23 14:48:33 -05:00
parent b66551ec48
commit 83d25d8c2b
4 changed files with 56 additions and 1 deletions

View file

@ -168,6 +168,12 @@ def security():
return index('')
@web.route('/__exp/<expname>')
@no_cache
def exp(expname):
return index('')
@web.route('/v1')
@web.route('/v1/')
@no_cache