Update main.py
Browse files
main.py
CHANGED
@@ -11,7 +11,7 @@ import auth
|
|
11 |
#import tts
|
12 |
|
13 |
app = FastAPI()
|
14 |
-
|
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'
|