Skip to content

Commit

Permalink
/src/services instead of /services
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Steele committed May 12, 2019
1 parent 7d9cfa2 commit 38919b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
base: {
// The base.folder can let you host things like /src/legacy-services/v1 etc.
// Note that /services/ will check /services (root of your project) OR /src/services/
folder: '/services/',
folder: '/src/services/',
// The base.endpoint can let you prepend your service with things like /api/v2/ etc.
mount: '/'
}
Expand Down

0 comments on commit 38919b4

Please sign in to comment.