Ver Fonte

fix bug

surplus-dev há 2 anos atrás
pai
commit
16d8f44606
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      app.py
  2. 1 1
      version.json

+ 1 - 1
app.py

@@ -348,7 +348,7 @@ app.route('/list/document/short/<int:arg_num>', defaults = { 'tool' : 'short_pag
 app.route('/list/file')(list_image_file)
 app.route('/list/file/<int:arg_num>')(list_image_file)
 app.route('/list/image', defaults = { 'do_type' : 1 })(list_image_file)
-app.route('/list/image/int:arg_num', defaults = { 'do_type' : 1 })(list_image_file)
+app.route('/list/image/<int:arg_num>', defaults = { 'do_type' : 1 })(list_image_file)
 
 app.route('/list/admin')(list_admin)
 

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.4.6-RC5-dev51",
+        "r_ver" : "v3.4.6-RC5-dev52",
         "c_ver" : "3500373",
         "s_ver" : "3500112"
     }