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 0d218c0 commit b03a4fcCopy full SHA for b03a4fc
main.py
@@ -1,7 +1,7 @@
1
import uvicorn
2
from fastapi import FastAPI
3
#from Backend.pyqsorter import router as api1_router
4
-from Backend.test_sum import router_summariser as summariser
+from Backend.summariser import router_summariser as summariser
5
#from Backend.Notes_Analyser import router as api4_router
6
# import other API routers as needed
7
0 commit comments