mirror of
https://github.com/Sudo-JHare/FHIRVINE-Smart-Proxy.git
synced 2025-07-31 19:25:35 +00:00
Update app.py
This commit is contained in:
parent
4d712b64f2
commit
df79ad312e
4
app.py
4
app.py
@ -71,7 +71,7 @@ def create_app():
|
|||||||
},
|
},
|
||||||
"host": "localhost:5001",
|
"host": "localhost:5001",
|
||||||
"basePath": "/oauth2",
|
"basePath": "/oauth2",
|
||||||
"schemes": ["https"]
|
"schemes": ["http"]
|
||||||
}
|
}
|
||||||
swagger_config = {
|
swagger_config = {
|
||||||
"specs": [
|
"specs": [
|
||||||
@ -602,4 +602,4 @@ def create_app():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app = create_app()
|
app = create_app()
|
||||||
app.run(debug=True, port=5001)
|
app.run(debug=True, port=5001)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user