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