We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e186e commit 0f34ce6Copy full SHA for 0f34ce6
__pycache__/app.cpython-310.pyc
59 Bytes
app.py
@@ -8,6 +8,7 @@
8
#from Backend.Notes_Analyser import router as api4_router
9
#from Backend.Narrator import router as api5_router
10
from Backend.pyqsorter import router as sorter
11
+from Backend.NotesToText import router as notestotxt
12
13
# import other API routers as needed
14
@@ -32,7 +33,7 @@
32
33
app.include_router(sorter)
34
#app.include_router(api4_router)
35
#app.include_router(api6_router)
-#app.include_router(notestotext)
36
+app.include_router(notestotxt)
37
38
# include other API routers as needed
39
0 commit comments