mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Revised Authentication logic for api and logfiles.
This commit is contained in:
@@ -6,7 +6,7 @@ define(
|
||||
], function (Backbone, StatusModel) {
|
||||
return Backbone.Model.extend({
|
||||
url: function () {
|
||||
return StatusModel.get('urlBase') + '/logfile/' + this.get('filename');
|
||||
return StatusModel.get('urlBase') + '/api/log/file/' + this.get('filename');
|
||||
},
|
||||
|
||||
parse: function (contents) {
|
||||
|
||||
Reference in New Issue
Block a user