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: () ->
|
loadEntry: () ->
|
||||||
console.log('Request loading ')
|
console.log('Request loading ')
|
||||||
request.get('http://localhost:7000/api/docs/about')
|
request.get('/api/docs/about')
|
||||||
.accept('json')
|
.accept('json')
|
||||||
.end(
|
.end(
|
||||||
(err, res) ->
|
(err, res) ->
|
||||||
|
|
Loading…
Reference in New Issue