diff --git a/server/api/AdminAPI.js b/server/api/AdminAPI.js index 5e2e89b..6dd86be 100644 --- a/server/api/AdminAPI.js +++ b/server/api/AdminAPI.js @@ -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) {