Merge branch '3.5-add-auth' into 4-add-broadcaster

This commit is contained in:
2026-09-02 09:58:44 +00:00
14 changed files with 409 additions and 36 deletions
+5
View File
@@ -13,6 +13,11 @@ export const HTTP_STATUS_CODE_CREATED = 201;
*/
export const HTTP_STATUS_CODE_NO_CONTENT = 204;
/**
* Bad request response status code.
*/
export const HTTP_STATUS_CODE_BAD_REQUEST = 400;
/**
* HTTP status code for "Not Acceptable" error.
*/