Skip to content
GitLab
Explore
Sign in
capif
services
TS29222_CAPIF_API_Invoker_Management_API
api_invoker_management
wsgi.py
Find file
Normal view
Permalink
wsgi.py
62 B
Newer
Older
Move Invoker Management API from testing to production server, remove unnecessary imports
Stavros-Anastasios Charismiadis
committed
Jun 10, 2024
1
2
3
4
from
app
import
app
if
__name__
==
"
__main__
"
:
app
.
run
()