Skip to content

Commit 0f34ce6

Browse files
committed
adding into app
1 parent 06e186e commit 0f34ce6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__pycache__/app.cpython-310.pyc

59 Bytes
Binary file not shown.

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#from Backend.Notes_Analyser import router as api4_router
99
#from Backend.Narrator import router as api5_router
1010
from Backend.pyqsorter import router as sorter
11+
from Backend.NotesToText import router as notestotxt
1112

1213
# import other API routers as needed
1314

@@ -32,7 +33,7 @@
3233
app.include_router(sorter)
3334
#app.include_router(api4_router)
3435
#app.include_router(api6_router)
35-
#app.include_router(notestotext)
36+
app.include_router(notestotxt)
3637

3738
# include other API routers as needed
3839

0 commit comments

Comments
 (0)