Skip to content

Commit b03a4fc

Browse files
committed
Update main.py
1 parent 0d218c0 commit b03a4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import uvicorn
22
from fastapi import FastAPI
33
#from Backend.pyqsorter import router as api1_router
4-
from Backend.test_sum import router_summariser as summariser
4+
from Backend.summariser import router_summariser as summariser
55
#from Backend.Notes_Analyser import router as api4_router
66
# import other API routers as needed
77

0 commit comments

Comments
 (0)