UNPKG
asseton
Version:
latest (0.1.1)
0.1.1
0.1.0
Another open banking api
github.com/viliuslinge/asseton
viliuslinge/asseton
asseton
/
src
/
index.ts
7 lines
(5 loc)
•
162 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ api }
from
"./api"
;
import
{
API_PORT
}
from
"./config"
; api.
listen
(
API_PORT
,
() =>
{
console
.
log
(
`[HTTP_SERVER] listening on port
${API_PORT}
`
); });