swagger file
This commit is contained in:
+3
-2
@@ -34,8 +34,9 @@ app = Flask(__name__)
|
||||
cors = CORS(app) # allow CORS for all domains on all routes.
|
||||
|
||||
SWAGGER_URL = '/api/docs' # URL for exposing Swagger UI (without trailing '/')
|
||||
#API_URL = 'http://petstore.swagger.io/v2/swagger.json' # Our API url (can of course be a local resource)
|
||||
API_URL = 'http://localhost:6335/docs/digifi_swagger.json'
|
||||
# API_URL = 'http://petstore.swagger.io/v2/swagger.json' # Our API url (can of course be a local resource)
|
||||
# API_URL = 'http://localhost:6335/docs/digifi_swagger.json'
|
||||
API_URL = 'https://chiefsoft.com/docs/simbrella/digifi_swagger.json'
|
||||
# Call factory function to create our blueprint
|
||||
swaggerui_blueprint = get_swaggerui_blueprint(
|
||||
SWAGGER_URL, # Swagger UI static files will be mapped to '{SWAGGER_URL}/dist/'m
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user