余分なスペースを削除
This commit is contained in:
parent
4624f2db92
commit
24c23ef571
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue