From a1637fa1e25b60a88f7cfe50aac8953f50d55761 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Jul 2021 10:55:16 +0200 Subject: Specify if we want to fallback to the server token --- shared/extra-utils/feeds/feeds-command.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/extra-utils/feeds') diff --git a/shared/extra-utils/feeds/feeds-command.ts b/shared/extra-utils/feeds/feeds-command.ts index 8031adf92..2da4110a7 100644 --- a/shared/extra-utils/feeds/feeds-command.ts +++ b/shared/extra-utils/feeds/feeds-command.ts @@ -19,6 +19,7 @@ export class FeedCommand extends AbstractCommand { path, query: format ? { format } : undefined, accept: 'application/xml', + implicitToken: false, defaultExpectedStatus: HttpStatusCode.OK_200 }) } @@ -36,6 +37,7 @@ export class FeedCommand extends AbstractCommand { path, query, accept: 'application/json', + implicitToken: false, defaultExpectedStatus: HttpStatusCode.OK_200 }) } -- cgit v1.2.3