mirror of
https://github.com/aleleba/run-app-from-cdn.git
synced 2025-09-17 22:06:12 -06:00
PR-220602: Adding first commit.
This commit is contained in:
9
dist/routes/index.js
vendored
Normal file
9
dist/routes/index.js
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.setRoutes = setRoutes;
|
||||
const index_1 = require("../controllers/index");
|
||||
function setRoutes(app) {
|
||||
app.get('/', (req, res) => {
|
||||
(0, index_1.getIndex)(req, res);
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user