fix: cookies HTTP, logout route prefix, header logout method
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ export interface Registry {
|
||||
}
|
||||
'session.destroy': {
|
||||
methods: ["POST"]
|
||||
pattern: '/logout'
|
||||
pattern: '/auth/logout'
|
||||
types: {
|
||||
body: {}
|
||||
paramsTuple: []
|
||||
|
||||
Reference in New Issue
Block a user