mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
fix comment
This commit is contained in:
@@ -58,7 +58,7 @@ router.put('/games/state', function (req, res) {
|
||||
res.status(201).send(gameManager.activeGameRunner.activeGames);
|
||||
});
|
||||
|
||||
/* validates Basic Auth */
|
||||
/* validates Bearer Auth */
|
||||
function isAuthorized (req) {
|
||||
const header = req.headers.authorization;
|
||||
if (header) {
|
||||
|
||||
Reference in New Issue
Block a user