Skip to content

Commit 1532eaa

Browse files
author
mslatour
committed
Removed hardcoded hostname
1 parent 5d0482a commit 1532eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/all.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $(function() {
164164

165165
var IdeaCollection = Backbone.Collection.extend({
166166
model: Idea,
167-
url: 'http://localhost:8000/idea/',
167+
url: '/idea/',
168168

169169
});
170170

0 commit comments

Comments
 (0)