mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Settings wired up
This commit is contained in:
5
NzbDrone.Backbone/Settings/SettingsModel.js
Normal file
5
NzbDrone.Backbone/Settings/SettingsModel.js
Normal file
@@ -0,0 +1,5 @@
|
||||
define(['app'], function (app) {
|
||||
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
|
||||
url: NzbDrone.Constants.ApiRoot + '/settings'
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user