Skip to content

Commit

Permalink
Merge pull request #155 from 40Cakes/flask-apispec
Browse files Browse the repository at this point in the history
Add automated Flask Swagger documentation + Swagger UI
  • Loading branch information
40Cakes authored Dec 15, 2023
2 parents 307fd9c + 97476d4 commit f6930c1
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ __pycache__

*.gba
.last-requirements-check
swagger.json
build/
profiles/*/
dist/
logs/
mgba/
stats/
stream/

roms/*
!roms/.gitkeep
stats/
stream/
2 changes: 1 addition & 1 deletion modules/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main_loop() -> None:
Thread(target=discord_rich_presence).start()

if config.obs.http_server.enable:
from modules.http import http_server
from modules.web.http import http_server

Thread(target=http_server).start()

Expand Down
Loading

0 comments on commit f6930c1

Please sign in to comment.