Browse Source

버그 수정

https://github.com/openNAMU/openNAMU/issues/2249
잉여개발기 2 years ago
parent
commit
e83a4b7a5a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app.py
  2. 1 1
      version.json

+ 1 - 1
app.py

@@ -774,7 +774,7 @@ app.route('/goto', methods=['POST'])(main_search_goto)
 app.route('/goto/<everything:name>', methods=['GET', 'POST'])(main_search_goto)
 
 app.route('/setting')(main_setting)
-app.route('/setting/main', defaults = { 'db_set' : data_db_set['type'] }, methods = ['POST', 'GET'])(main_setting_main)
+app.route('/setting/main', methods = ['POST', 'GET'])(main_setting_main)
 app.route('/setting/main/logo', methods = ['POST', 'GET'])(main_setting_main_logo)
 app.route('/setting/top_menu', methods = ['POST', 'GET'])(main_setting_top_menu)
 app.route('/setting/phrase', methods = ['POST', 'GET'])(main_setting_phrase)

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.5.0-v134",
+        "r_ver" : "v3.5.0-v135",
         "c_ver" : "20240513",
         "s_ver" : "20240426"
     }