mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 09:58:27 +00:00
ugh
This commit is contained in:
parent
8dbbbfc3c8
commit
92c0e1d7b7
@ -54,7 +54,7 @@ export function verifyStream(ip, id, hmac, exp) {
|
|||||||
return streamInfo;
|
return streamInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return { error: 'Unauthorized', status: 401 };
|
return { error: "i couldn't verify whether you have access to this stream. try again or refresh the page!", status: 401 };
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return { status: 500, body: { status: "error", text: "Internal Server Error" } };
|
return { status: 500, body: { status: "error", text: "Internal Server Error" } };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user