Skip to content

Commit

Permalink
Teste release
Browse files Browse the repository at this point in the history
  • Loading branch information
joao15victor08 committed Nov 22, 2023
1 parent dee51c2 commit 14a0325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@app.get("/")
async def root():
return {"message": "Hello from Video Service"}
return {"message": "Hello from Video Service!"}


app.include_router(prefix="/api", router=commentController.comment)
Expand Down

0 comments on commit 14a0325

Please sign in to comment.