fixed api root url

This commit is contained in:
kay.one
2013-01-22 21:03:57 -08:00
parent 5e32760c6a
commit f98002c576
4 changed files with 11 additions and 4 deletions

View File

@@ -13,8 +13,11 @@ if (typeof console == "undefined") {
NzbDrone = new Backbone.Marionette.Application();
NzbDrone.AddSeries = NzbDrone.module("AddSeries");
NzbDrone.Constants = {
ApiRoot: 'http://localhost:8080/api/v1/'
ApiRoot: '/api/'
};
NzbDrone.Events = {