Fix journal entry to not use the base URL for its calls.
This commit is contained in:
parent
8ba056a612
commit
1257e92109
|
@ -20,7 +20,7 @@ JournalEntryStore = Reflux.createStore(
|
|||
|
||||
loadEntry: () ->
|
||||
console.log('Request loading ')
|
||||
request.get('http://localhost:7000/api/docs/about')
|
||||
request.get('/api/docs/about')
|
||||
.accept('json')
|
||||
.end(
|
||||
(err, res) ->
|
||||
|
|
Loading…
Reference in New Issue