Ertser Commit der test-Version
This commit is contained in:
12
routes/index.js
Normal file
12
routes/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import express from 'express'
|
||||
import { translate as trans } from '../routes/api.js'
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
/* GET home page. */
|
||||
|
||||
router.get('/', function(req, res, next) {
|
||||
res.status(200).json({message: trans('NOTHING')})
|
||||
});
|
||||
|
||||
export default router
|
||||
Reference in New Issue
Block a user