Skip to content

Commit

Permalink
Fix email template reference in prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsjen committed Jan 16, 2019
1 parent b70caa5 commit 8c29c0e
Show file tree
Hide file tree
Showing 6 changed files with 14,845 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/app/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const DELETE_USER_REQUEST = 'DELETE_USER_REQUEST';
export const DELETE_USER_SUCCESS = 'DELETE_USER_SUCCESS';
export const DELETE_USER_FAILURE = 'DELETE_USER_FAILURE';

export const VERSION = 'v1.8.0';
export const VERSION = 'v1.8.1';

export const API_URL = ''; // process.env.NODE_ENV === 'production' ? '': 'http://localhost:5000/'
Loading

0 comments on commit 8c29c0e

Please sign in to comment.