[👷] version 쿼리 추가 부분 오타 수정
All checks were successful
JJ_Back/pipeline/head This commit looks good

This commit is contained in:
김선규 2024-08-29 09:32:59 +09:00
parent 2f9b72a041
commit 359e2a1802

View File

@ -9,7 +9,7 @@ const router = express.Router();
router.get('/push', HandlePush); router.get('/push', HandlePush);
router.get('/version', async (req, res) => { router.get('/version', async (req, res) => {
const {os_type} = res.query; const {os_type} = req.query;
try { try {
const connection = await createDatabaseConnection(dbConfig); const connection = await createDatabaseConnection(dbConfig);