5 lines
138 B
Python
5 lines
138 B
Python
from app import app as application
|
|
from endpoints.secscan import secscan
|
|
|
|
|
|
application.register_blueprint(secscan, url_prefix='/secscan')
|