mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 10:41:36 +00:00
Fix new session creation
This commit is contained in:
parent
c15f83f899
commit
4e7b57db4c
2 changed files with 3 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ module.exports = [
|
|||
statusCode: 303,
|
||||
headers: setToken({
|
||||
location: "/subscriptions"
|
||||
}, fill[0]),
|
||||
}, fill[0]).responseHeaders,
|
||||
contentType: "application/json",
|
||||
content: {
|
||||
status: "ok"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue