mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-10 09:54:26 +01:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
const createExpressApp = require("./express-app");
|
|
|
|
|
|
module.exports = {
|
|
createExpressApp,
|
|
} |