mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
removed backbone from VS solution,
renamed NzbDrone.Backbone to UI
This commit is contained in:
5
UI/Settings/SettingsModel.js
Normal file
5
UI/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