fixed cp bug

This commit is contained in:
Tony Tam 2015-11-18 00:43:52 -06:00
parent 5e68bd58fc
commit f95409210b

View File

@ -3,7 +3,7 @@
## Overview
This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the
[swagger-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 JAX-RS server.
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.