Files
fedora-infra_ansible/roles/copr/backend/files/cgi-resalloc
2022-05-20 16:31:54 -04:00

5 lines
115 B
Python
Executable File

#!/usr/bin/python3
from wsgiref.handlers import CGIHandler
from resallocwebui.app import app
CGIHandler().run(app)