Skip to content

Commit

Permalink
Delete templates router (#37)
Browse files Browse the repository at this point in the history
* Delete templates router

* black formatter
  • Loading branch information
matthewkennedy5 committed Mar 5, 2024
1 parent 8314f1c commit c63995e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 442 deletions.
4 changes: 1 addition & 3 deletions openduck-py/openduck_py/routers/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from fastapi import FastAPI, WebSocket
from openduck_py.routers.templates import templates_router
from fastapi import FastAPI
from openduck_py.routers.voice import audio_router

# TODO (Matthew): Change
Expand All @@ -16,7 +15,6 @@
debug=IS_DEV,
)

app.include_router(templates_router)
app.include_router(audio_router)


Expand Down
Loading

0 comments on commit c63995e

Please sign in to comment.