Gregniuki commited on
Commit
f8adb4d
·
1 Parent(s): 54de54e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -5,6 +5,8 @@ import auth, tts
5
  from auth import verify_token # Import a function for verifying tokens
6
 
7
  app = FastAPI()
 
 
8
 
9
  # Include the authentication router with the prefix '/auth'
10
  app.include_router(auth.router, prefix="/auth")
 
5
  from auth import verify_token # Import a function for verifying tokens
6
 
7
  app = FastAPI()
8
+ router = APIRouter()
9
+
10
 
11
  # Include the authentication router with the prefix '/auth'
12
  app.include_router(auth.router, prefix="/auth")