mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-16 06:05:59 -06:00
10 lines
241 B
ReStructuredText
10 lines
241 B
ReStructuredText
create_app
|
|
==========
|
|
|
|
The ``create_app`` method is the most important. This is where the application
|
|
is created. It is mostly used when running your application through
|
|
``gunicorn``.
|
|
|
|
.. currentmodule:: burpui
|
|
|
|
.. autofunction:: create_app
|