Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1262578
routes.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
678 B
Referenced Files
None
Subscribers
None
routes.ts
View Options
// DO NOT EDIT! This file is generated automaticaly with npm run generate-routes
import
Router
from
"@koa/router"
;
import
{
Middlewares
}
from
"sealious"
;
import
{
default
as
TestComplex
}
from
"./test-complex.form"
;
import
{
default
as
MyProfile
}
from
"./users/me.page"
;
export
const
TestComplexURL
=
"/test-complex/"
;
export
const
MyProfileURL
=
"/users/me/"
;
export
default
function
mountAutoRoutes
(
router
:
Router
)
{
router
.
use
(
TestComplexURL
,
Middlewares
.
extractContext
(),
Middlewares
.
parseBody
());
TestComplex
.
mount
(
router
,
TestComplexURL
);
router
.
use
(
MyProfileURL
,
Middlewares
.
extractContext
(),
Middlewares
.
parseBody
());
MyProfile
.
mount
(
router
,
MyProfileURL
);
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 24, 15:15 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599622
Default Alt Text
routes.ts (678 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment