Tastycoole commited on
Commit
3c27adf
·
verified ·
1 Parent(s): e6c0326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ app.include_router(text.router)
15
  app.include_router(image.router)
16
  app.include_router(audio.router)
17
 
18
- @app.get("/tasks/text.py")
19
  async def root():
20
  return {
21
  "message": "Welcome to the Frugal AI Challenge API",
 
15
  app.include_router(image.router)
16
  app.include_router(audio.router)
17
 
18
+ @app.get("/")
19
  async def root():
20
  return {
21
  "message": "Welcome to the Frugal AI Challenge API",