mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-21 22:32:39 +01:00
bug fixes v3 tf
This commit is contained in:
parent
ec967bf3bc
commit
ddb04bdaa8
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ def getInfo(id):
|
|||
|
||||
@csrf.exempt
|
||||
@app.route('/<id>/delete', methods=["POST"])
|
||||
@login_required
|
||||
def delete(id):
|
||||
if Config.files.find_one({"id": id}) is not None:
|
||||
|
||||
|
|
Loading…
Reference in a new issue