mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-28 20:37:34 +00: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'
|
|
});
|
|
});
|