Spaces:
Running
Running
Commit
·
89d38c5
1
Parent(s):
0992231
quick fix
Browse files- app.py +1 -1
- routes/config.json +1 -1
app.py
CHANGED
@@ -56,7 +56,7 @@ def index(): return render_template('index.html')
|
|
56 |
def signatureGen(): return siteRoutes.signatureGen(request)
|
57 |
@app.route('/system-info/api/v1/get', methods=['GET', 'POST'])
|
58 |
@limiter.exempt
|
59 |
-
def systemInfo(): return siteRoutes.systemInfo(
|
60 |
|
61 |
###############
|
62 |
#RECOGNIZE API
|
|
|
56 |
def signatureGen(): return siteRoutes.signatureGen(request)
|
57 |
@app.route('/system-info/api/v1/get', methods=['GET', 'POST'])
|
58 |
@limiter.exempt
|
59 |
+
def systemInfo(): return siteRoutes.systemInfo()
|
60 |
|
61 |
###############
|
62 |
#RECOGNIZE API
|
routes/config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"static-path": "/app/static",
|
6 |
"previews-path": "/app/static/previews",
|
7 |
"signatures-db": "/app/signatures.db",
|
8 |
-
"buildVersion": "1.0
|
9 |
}
|
|
|
5 |
"static-path": "/app/static",
|
6 |
"previews-path": "/app/static/previews",
|
7 |
"signatures-db": "/app/signatures.db",
|
8 |
+
"buildVersion": "1.0 build61"
|
9 |
}
|