Update: Only issues with DB

This commit is contained in:
Yûki VACHOT 2021-12-08 14:39:45 +01:00
parent 22664e3f46
commit 323f36e7dc
5 changed files with 9 additions and 26 deletions

View file

@ -1,11 +1,10 @@
# from application import app
# from ..run import app
from flask import current_app as app
from flask import request
from .users_model import Users, db
from responses import send_message, send_error
from .responses import send_message, send_error
# Login
@app.route('/api/login', methods=['POST'])
def login():
return send_message('Login not implemented', None)