Import Extollo framework

This commit is contained in:
2021-04-09 20:33:40 -05:00
parent 7d712fa1a9
commit 0996361e43
46 changed files with 2661 additions and 0 deletions

1
lib/app/http/routes/app.routes.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const lib_1 = require("@extollo/lib");
lib_1.Route.get('/', 'main:Home.welcome');