Merge branch 'pagesnew' into star
This commit is contained in:
commit
3dbaafbd60
148 changed files with 10997 additions and 10293 deletions
|
@ -173,6 +173,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