Skip to content

Commit

Permalink
fix: user default authorize
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Nov 25, 2016
1 parent cf43231 commit 2e18192
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/core/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@
],
"workflow": ["draft", "publish"],
"routes": {
"admin": []
"admin": [
"/abe.*"
]
},
"default": {
"username": "admin",
Expand Down

0 comments on commit 2e18192

Please sign in to comment.