We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11f0101 + e1a0d92 commit 351c4f5Copy full SHA for 351c4f5
app/main.py
@@ -587,7 +587,7 @@ async def deleteScan(scan:ScanBase, background_tasks: BackgroundTasks):
587
else:
588
print(f"The directory {scan.filename} does not exist.")
589
590
-@app.post("/sunscan/snapshots/delete/all/", response_class=JSONResponse)
+@app.get("/sunscan/snapshots/delete/all/", response_class=JSONResponse)
591
async def deleteAllSnapshots(background_tasks: BackgroundTasks):
592
"""
593
Delete all snapshots.
0 commit comments