Skip to content
Snippets Groups Projects
Commit eadce40c authored by Yannis Barlas's avatar Yannis Barlas
Browse files

revert to full url for api in config

parent 78a53c77
No related branches found
No related tags found
No related merge requests found
module.exports = {
'pubsweet-client': {
'API_ENDPOINT': '/api',
'API_ENDPOINT': 'http://localhost:3000/api',
'login-redirect': '/',
'redux-log': false,
theme: process.env.PUBSWEET_THEME
......
......@@ -21,7 +21,7 @@ module.exports = {
sendmail: true
},
'password-reset': {
url: process.env.PUBSWEET_PASSWORD_RESET_URL || '/password-reset',
url: process.env.PUBSWEET_PASSWORD_RESET_URL || 'http://localhost:3000/password-reset',
sender: process.env.PUBSWEET_PASSWORD_RESET_SENDER || 'dev@example.com'
},
'pubsweet-component-ink-backend': {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment