mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
v1 done
This commit is contained in:
8
src/make-files/express-ts/route.ts
Normal file
8
src/make-files/express-ts/route.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Router } from 'express'
|
||||
const rootController = require('../controllers/rootController')
|
||||
|
||||
const router = Router()
|
||||
|
||||
router.get('/', rootController.root_get)
|
||||
|
||||
module.exports = router
|
||||
Reference in New Issue
Block a user