6 lines
127 B
Python
6 lines
127 B
Python
|
from app import app as application
|
||
|
from endpoints.verbs import verbs
|
||
|
|
||
|
|
||
|
application.register_blueprint(verbs, url_prefix='/c1')
|