This commit is contained in:
Konstantinos Spartalis
2025-11-13 00:48:49 +02:00
committed by GitHub
parent 963125f963
commit b4fd242eb7

View File

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