Add a page for toggling the cookie used for the new layout experiment
This commit is contained in:
parent
b66551ec48
commit
83d25d8c2b
4 changed files with 56 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue