Skip to content
Snippets Groups Projects
Commit 29749b15 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

update README

parent aa458d10
No related branches found
No related tags found
No related merge requests found
# Swagger generated server # JASS
## Overview ## HOWTO
This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the
[OpenAPI-Spec](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. This
is an example of building a swagger-enabled Flask server.
This example uses the [Connexion](https://github.com/zalando/connexion) library on top of Flask.
To run the server, please execute the following from the root directory: To run the server, please execute the following from the root directory:
...@@ -20,7 +15,7 @@ and open your browser to here: ...@@ -20,7 +15,7 @@ and open your browser to here:
http://localhost:8080/ui/ http://localhost:8080/ui/
``` ```
Your Swagger definition lives here: The Swagger definition for this server's API lives here:
``` ```
http://localhost:8080/swagger.json http://localhost:8080/swagger.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment