r-and-m jsons

This commit is contained in:
2024-05-18 13:40:25 +03:00
parent a564e5e63d
commit d74e4a8624
4 changed files with 52 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const router = require('express').Router();
router.get('/landing-data', (request, response) => {
response.send(require('./json/landing-data/success.json'))
})
module.exports = router;