http
This commit is contained in:
5
tools/ws/server.py
Normal file
5
tools/ws/server.py
Normal file
@ -0,0 +1,5 @@
|
||||
import connexion
|
||||
|
||||
app = connexion.App(__name__)
|
||||
app.add_api('my_api.yaml')
|
||||
application = app.app
|
Reference in New Issue
Block a user