rm web
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-05 23:38:53 +01:00
parent fb203e97d5
commit 60df6a16a1
4 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ async def scan(uuid: str):
def register_at(app):
print("register scan")
app.api.add_api_route("/scan/{uuid}", scan)
app.api.add_api_route("/scan/{uuid}", scan, methods=['GET', 'POST'])