|
|
|||
File indexing completed on 2025-12-16 09:28:45
0001 config = {
0002 "PYROBIRD_DOWNLOAD_IS_DISABLED": True,
0003 "PYROBIRD_DOWNLOAD_IS_UNRESTRICTED": False,
0004 "PYROBIRD_CORS_IS_ALLOWED": True
0005 }
0006
0007 from pyrobird.server import flask_app as application
0008 from pyrobird.server import configure_flask_app
0009
0010 configure_flask_app(config)
0011
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|