Fix journal entry to not use the base URL for its calls.

This commit is contained in:
Dorian 2015-05-28 08:47:10 -04:00
parent 8ba056a612
commit 1257e92109
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->