fix comment

This commit is contained in:
AlecM33
2022-07-05 20:05:09 -04:00
parent 1cac9e1f7f
commit be977e8823

View File

@@ -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) {