Commit
·
db8c642
1
Parent(s):
cda5c33
fix
Browse files
app.py
CHANGED
@@ -365,7 +365,7 @@ def get_all_tvshows_api():
|
|
365 |
@app.route('/api/register/<instanceid>',methods=['POST'])
|
366 |
def register_instance(instanceid):
|
367 |
# need to add instance registration logic
|
368 |
-
return jsonify({f'{instanceid} registered'}),200
|
369 |
|
370 |
# Routes
|
371 |
@app.route('/')
|
|
|
365 |
@app.route('/api/register/<instanceid>',methods=['POST'])
|
366 |
def register_instance(instanceid):
|
367 |
# need to add instance registration logic
|
368 |
+
return jsonify({f'{instanceid} registered'}), 200
|
369 |
|
370 |
# Routes
|
371 |
@app.route('/')
|