mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
fixed api root url
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user