fix(cloudcmd) add auth data

This commit is contained in:
coderaiser 2014-09-21 11:07:19 -04:00
parent dd5b1bd645
commit af97f8e669

View file

@ -78,7 +78,11 @@
}),
funcs = [
auth(),
auth({
auth: config('auth'),
username: config('username'),
password: config('password')
}),
rest,
route,