Skip to content
Snippets Groups Projects
Commit 3f0a8072 authored by Alf Eaton's avatar Alf Eaton
Browse files

Make sure API_ENDPOINT is a URL

parent b52b7167
No related branches found
No related tags found
No related merge requests found
.version-actions {
.actions {
padding-bottom: 20px;
}
.version-action {
.action {
color: #4990E2;
text-decoration-color: #aaa;
text-decoration-skip: ink
......
......@@ -5,7 +5,7 @@ const permissions = require('../permissions/index')
module.exports = {
'pubsweet-server': {
dbPath: path.join(__dirname, '..', 'api', 'db'),
API_ENDPOINT: '/api'
API_ENDPOINT: 'http://localhost:3000/api'
},
'pubsweet-client': {
'login-redirect': '/'
......
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