mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
fix(cloudcmd) logout -> prefix + /logout
This commit is contained in:
parent
2e9910ddd3
commit
b6c116fb4c
2 changed files with 3 additions and 3 deletions
|
|
@ -158,8 +158,6 @@
|
|||
}),
|
||||
|
||||
funcs = [
|
||||
logout,
|
||||
|
||||
webconsole.middle({
|
||||
prefix: prefix + '/console',
|
||||
minify: isMinify,
|
||||
|
|
@ -202,6 +200,8 @@
|
|||
|
||||
setUrl(prefix),
|
||||
|
||||
logout,
|
||||
|
||||
auth(),
|
||||
|
||||
config.middle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue