1
0
Fork 0
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:
Cadence Ember 2021-01-09 01:49:22 +13:00
parent c15f83f899
commit 4e7b57db4c
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ module.exports = [
statusCode: 303,
headers: setToken({
location: "/subscriptions"
}, fill[0]),
}, fill[0]).responseHeaders,
contentType: "application/json",
content: {
status: "ok"