REST API upgrade

This commit is contained in:
C
2022-12-14 19:03:49 +05:00
parent 288718779d
commit 39790bdd2a
25 changed files with 1010 additions and 3767 deletions
+7
View File
@@ -0,0 +1,7 @@
const router = require('express').Router()
const {get_titles} = require('../controller/title')
router.get('/get', get_titles)
module.exports = router