Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Fix api base url config. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Jan 6, 2018
1 parent 7df6a39 commit 8a176d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
},

apiController: {
baseUrl: env.API_BASE_URL || `${APP_BASE_URL}/api}`,
baseUrl: env.API_BASE_URL || `${APP_BASE_URL}/api`,
},

authService: {
Expand Down

0 comments on commit 8a176d4

Please sign in to comment.