Add view engine unit - handlebars - and response helpers
This commit is contained in:
9
app/http/routes/home.routes.ts
Normal file
9
app/http/routes/home.routes.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { RouterDefinition } from '../../../lib/src/http/type/RouterDefinition.ts'
|
||||
|
||||
export default {
|
||||
prefix: '/',
|
||||
middleware: [],
|
||||
get: {
|
||||
'/': 'controller::Home.get_home',
|
||||
},
|
||||
} as RouterDefinition
|
||||
Reference in New Issue
Block a user