mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
7 lines
164 B
Python
7 lines
164 B
Python
import server as server
|
|
|
|
def createApp(envivorment=None, start_response=None):
|
|
with server.app.app_context():
|
|
server.create_app()
|
|
return server.app
|