mirror of
https://github.com/hackku21/loc-chain-backend.git
synced 2026-03-02 03:40:09 +00:00
Import Extollo framework
This commit is contained in:
1
lib/app/http/routes/app.routes.d.ts
vendored
Normal file
1
lib/app/http/routes/app.routes.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
4
lib/app/http/routes/app.routes.js
Normal file
4
lib/app/http/routes/app.routes.js
Normal 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');
|
||||
Reference in New Issue
Block a user