We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a20177 + 737514c commit 8be5db4Copy full SHA for 8be5db4
3 files changed
fri/example.py
@@ -1 +1 @@
1
-print("amit")
+print("Concore/fri")
fri/server/main.py
@@ -13,8 +13,8 @@
13
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
14
15
16
-@app.route('/multiple-files-upload', methods=['POST'])
17
-def upload_file():
+@app.route('/upload', methods=['POST'])
+def upload():
18
if 'files[]' not in request.files:
19
resp = jsonify({'message' : 'No file in the request'})
20
resp.status_code = 400
fri/service_config.sh
@@ -1,6 +1,6 @@
#!/bin/bash
2
3
-SERVICES=('upload_file' 'execute')
+SERVICES=('upload' 'execute')
4
for service in "${SERVICES[@]}"
5
do
6
name="name="$service
0 commit comments