mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
fix(cloudcmd) add auth data
This commit is contained in:
parent
dd5b1bd645
commit
af97f8e669
1 changed files with 5 additions and 1 deletions
|
|
@ -78,7 +78,11 @@
|
|||
}),
|
||||
|
||||
funcs = [
|
||||
auth(),
|
||||
auth({
|
||||
auth: config('auth'),
|
||||
username: config('username'),
|
||||
password: config('password')
|
||||
}),
|
||||
rest,
|
||||
route,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue