ishworrsubedii commited on
Commit
d989152
·
1 Parent(s): df749f6

refactor login endpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ app.add_middleware(
28
  allow_headers=["*"],
29
  )
30
 
31
- # app.include_router(speech_translator_router, prefix="/speech")
32
 
33
 
34
  @app.post("/signup")
 
28
  allow_headers=["*"],
29
  )
30
 
31
+ app.include_router(speech_translator_router, prefix="/speech")
32
 
33
 
34
  @app.post("/signup")