余分なスペースを削除

This commit is contained in:
yuuki 2025-03-04 00:52:59 +00:00
parent 4624f2db92
commit 24c23ef571

2
app.py
View file

@ -218,7 +218,7 @@ async def api_ng_post(item: NGItem):
return PlainTextResponse("OK")
@app.post("/api/ng/delete", dependencies=[Depends(RateLimiter(times=1, seconds=86400))] )
@app.post("/api/ng/delete", dependencies=[Depends(RateLimiter(times=1, seconds=86400))])
async def api_ng_delete(item: NGItem):
ctx["mongo_client"].litey.ngs.delete_one({
"word": item.word