mirror of
https://github.com/Readarr/Readarr
synced 2025-12-18 22:33:50 +01:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
|
|
url: NzbDrone.Constants.ApiRoot + '/settings'
|
|
});
|
|
});
|