UNPKG
@sourceloop/ctrl-plane-orchestrator-service
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
0.1.1
0.1.0
ARC SaaS Orchestrator service.
github.com/sourcefuse/arc-saas
sourcefuse/arc-saas
@sourceloop/ctrl-plane-orchestrator-service
/
src
/
controllers
/
index.ts
3 lines
(2 loc)
•
75 B
text/typescript
View Raw
1
2
3
export
*
from
'./ping.controller'
;
export
*
from
'./home-page.controller'
;