fix(anonymous): define delete-anonymous-user path method (#7296)

This commit is contained in:
Maxwell
2026-01-13 03:52:06 +10:00
committed by Alex Yang
parent 19db775b4e
commit 2012aad0bb

View File

@@ -7,6 +7,7 @@ export const anonymousClient = () => {
$InferServerPlugin: {} as ReturnType<typeof anonymous>,
pathMethods: {
"/sign-in/anonymous": "POST",
"/delete-anonymous-user": "POST",
},
atomListeners: [
{