diff --git a/src/main.py b/src/main.py index 98c0647..9ce494d 100644 --- a/src/main.py +++ b/src/main.py @@ -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