Skip to content

v0.0.6

Compare
Choose a tag to compare
@richardnguyen99 richardnguyen99 released this 07 Dec 23:22
· 66 commits to main since this release

Add OpenAPI for API documentation

  • Add OpenAPI (Swagger) for API documentations
  • Add Flask-Swagger-UI extension to integrate Flask with Swagger UI
  • Add swagger.json for API docs details

Add CORS policy

  • Add Access-Control-Orgin-* headers to support cross origin resource sharing (CORS)