Skip to content

Commit

Permalink
Resolve teste
Browse files Browse the repository at this point in the history
  • Loading branch information
joao15victor08 committed Nov 22, 2023
1 parent a291aa8 commit 9e8da2b
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 @@ -28,7 +28,7 @@

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

if __name__ == '__main__': # pragma: no cover
port = 8001
Expand Down

0 comments on commit 9e8da2b

Please sign in to comment.