This commit is contained in:
Konstantinos Spartalis 2025-11-13 00:48:49 +02:00 committed by GitHub
parent 963125f963
commit b4fd242eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ const router = express.Router({
/**
* /api/version/check
*/
*/
router
.route("/check")
.options((_, res) => {