UNPKG
@teqfw/web-api
Version:
latest (0.21.0)
0.21.0
0.20.1
0.20.0
0.2.0
TeqFW: synchronous requests to backend services in teq-apps.
github.com/teqfw/web-api
teqfw/web-api
@teqfw/web-api
/
teqfw.json
18 lines
(17 loc)
•
327 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"
@teqfw
/di"
: {
"autoload"
: {
"ns"
:
"TeqFw_Web_Api"
,
"path"
:
"./src"
,
"ext"
:
"mjs"
} },
"
@teqfw
/web"
: {
"handlers"
: {
"TeqFw_Web_Api_Back_Web_Handler_Service"
: {
"before"
: [
"TeqFw_Web_Back_App_Server_Handler_Static"
],
"spaces"
: [
"web-api-service"
] } } } }