mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-04 13:17:27 +08:00
@@ -214,7 +214,7 @@ def login():
|
|||||||
return error_return(error_code)
|
return error_return(error_code)
|
||||||
|
|
||||||
|
|
||||||
@app.route(add_url_prefix('/user/'), methods=['POST']) # 注册接口
|
@app.route(add_url_prefix('/user'), methods=['POST']) # 注册接口
|
||||||
def register():
|
def register():
|
||||||
if 'AppVersion' in request.headers: # 版本检查
|
if 'AppVersion' in request.headers: # 版本检查
|
||||||
if Config.ALLOW_APPVERSION:
|
if Config.ALLOW_APPVERSION:
|
||||||
|
|||||||
Reference in New Issue
Block a user