forked from rDrama/rDrama
1
0
Fork 0

make it a get

master
Aevann 2024-02-07 01:48:38 +02:00
parent 9bd75a3d40
commit 848a2bf45e
1 changed files with 1 additions and 1 deletions

View File

@ -2247,7 +2247,7 @@ def unmark_effortpost(pid, v):
return {"message": "Post has been unmarked as an effortpost!"}
@app.post("/retrofix")
@app.get("/retrofix")
@limiter.limit('1/day')
@limiter.limit('1/day', key_func=get_ID)
@admin_level_required(5)