swagger file

This commit is contained in:
CHIEFSOFT\ameye
2025-03-17 18:54:21 -04:00
parent 139decf1d1
commit 26f2ec3e64
2 changed files with 1374 additions and 2 deletions
+3 -2
View File
@@ -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