Просмотр исходного кода

https://github.com/openNAMU/openNAMU/issues/1766

잉여개발기 (SPDV) 3 лет назад
Родитель
Сommit
b6594ca91f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app.py
  2. 1 1
      version.json

+ 1 - 1
app.py

@@ -637,7 +637,7 @@ app.route('/api/image/<everything:name>', methods = ['POST', 'GET'])(api_image_v
 app.route('/other')(main_tool_other)
 app.route('/manager', methods = ['POST', 'GET'])(main_tool_admin)
 app.route('/manager/<int:num>', methods = ['POST', 'GET'])(main_tool_redirect)
-app.route('/manager/<int:num>/<add_2>', methods = ['POST', 'GET'])(main_tool_redirect)
+app.route('/manager/<int:num>/<everything:add_2>', methods = ['POST', 'GET'])(main_tool_redirect)
 # app.route('/guide/<doc_name>')(main_tool_guide)
 
 app.route('/search', methods=['POST'])(main_search)

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.4.6-RC3-dev163",
+        "r_ver" : "v3.4.6-RC3-dev164",
         "c_ver" : "3500361",
         "s_ver" : "3500111"
     }