fix: cookies HTTP, logout route prefix, header logout method
Build & Deploy / build (push) Failing after 28s
Build & Deploy / docker (push) Has been skipped

This commit is contained in:
Kevin
2026-07-07 20:35:41 +02:00
parent 75bf7c205a
commit 15d3a13d0a
8 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export interface Registry {
}
'session.destroy': {
methods: ["POST"]
pattern: '/logout'
pattern: '/auth/logout'
types: {
body: {}
paramsTuple: []