Gregniuki commited on
Commit
bb543a6
·
1 Parent(s): 009a999

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -11,7 +11,7 @@ import auth
11
  #import tts
12
 
13
  app = FastAPI()
14
- #router = APIRouter()
15
  templates = Jinja2Templates(directory="templates")
16
 
17
  # Include the authentication router with the prefix '/auth'
 
11
  #import tts
12
 
13
  app = FastAPI()
14
+ router = APIRouter()
15
  templates = Jinja2Templates(directory="templates")
16
 
17
  # Include the authentication router with the prefix '/auth'