chore: fix unused endpoint path
This commit is contained in:
parent
849178bb87
commit
c921dde066
|
@ -324,7 +324,7 @@ async def melt_coins(payload: MeltPayload, cashu_id: str = Query(None)):
|
|||
raise HTTPException(status_code=HTTPStatus.INTERNAL_SERVER_ERROR, detail=str(e))
|
||||
|
||||
|
||||
@cashu_ext.post("/check")
|
||||
@cashu_ext.post("/api/v1/cashu/{cashu_id}/check")
|
||||
async def check_spendable_coins(payload: CheckPayload, cashu_id: str = Query(None)):
|
||||
return await check_spendable(payload.proofs, cashu_id)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user