mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Specify if we want to fallback to the server token
This commit is contained in:
parent
04aed76711
commit
a1637fa1e2
21 changed files with 122 additions and 35 deletions
|
@ -11,6 +11,7 @@ export class DebugCommand extends AbstractCommand {
|
|||
...options,
|
||||
|
||||
path,
|
||||
implicitToken: true,
|
||||
defaultExpectedStatus: HttpStatusCode.OK_200
|
||||
})
|
||||
}
|
||||
|
@ -26,6 +27,7 @@ export class DebugCommand extends AbstractCommand {
|
|||
|
||||
path,
|
||||
fields: body,
|
||||
implicitToken: true,
|
||||
defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue