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

코드 위치 수정하고 버전 수정

Surplus_Up (2DU) 6 лет назад
Родитель
Сommit
b17d69ed22
2 измененных файлов с 9 добавлено и 8 удалено
  1. 8 7
      app.py
  2. 1 1
      version.json

+ 8 - 7
app.py

@@ -635,6 +635,14 @@ def main_image_view(name = None):
 def main_skin_set():
     return main_skin_set_2(conn)
 
+@app.route('/application_submitted')
+def application_submitted():
+    return application_submitted_2(conn)
+
+@app.route('/applications', methods = ['POST', 'GET'])
+def applications():
+    return applications_2(conn)
+
 # API
 @app.route('/api/w/<everything:name>', methods=['POST', 'GET'])
 def api_w(name = ''):
@@ -686,13 +694,6 @@ def main_views(name = None):
 def main_file(data = None):
     return main_file_2(conn, data)
 
-@app.route('/application_submitted')
-def application_submitted():
-    return application_submitted_2(conn)
-
-@app.route('/applications', methods = ['POST', 'GET'])
-def applications():
-    return applications_2(conn)
 # End
 @app.errorhandler(404)
 def main_error_404(e):

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "master" : {
-        "r_ver" : "v3.1.6-master-01",
+        "r_ver" : "v3.1.6-master-02",
         "c_ver" : "400007",
         "s_ver" : "7"
     }, "stable" : {