mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-29 18:34:13 -04:00
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
|
|
url: NzbDrone.Constants.ApiRoot + '/settings'
|
|
});
|
|
});
|