Skip to content

Commit

Permalink
Merge pull request #5 from fga-eps-mds/teste-release
Browse files Browse the repository at this point in the history
Teste release
  • Loading branch information
joao15victor08 authored Nov 22, 2023
2 parents 10c5b80 + 14a0325 commit a291aa8
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 a291aa8

Please sign in to comment.