Skip to content

Commit

Permalink
Change to new api-url. (#151)
Browse files Browse the repository at this point in the history
We should change this to be loaded from an env_var soon.
  • Loading branch information
godwinpang committed Sep 20, 2020
1 parent de32726 commit f565de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/ApiConfigStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ApiConfigStoreClass {
basePath:
process.env.NODE_ENV === 'development'
? 'http://localhost:3001'
: 'https://dev.api.hknucsd.com',
: 'https://dev-api.hknucsd.com',
};

private config: Configuration = new Configuration(this.configParams);
Expand Down

0 comments on commit f565de4

Please sign in to comment.