From 4179051bcc95f3cf6e8a890417f0990e55b57ae6 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Sat, 23 Mar 2024 12:00:46 +0200 Subject: [PATCH] test --- backend/__pycache__/main.cpython-310.pyc | Bin 701 -> 701 bytes backend/main.py | 1 + 2 files changed, 1 insertion(+) diff --git a/backend/__pycache__/main.cpython-310.pyc b/backend/__pycache__/main.cpython-310.pyc index 1f81f0977b03d85ad93b5a0660e1c960b9286a29..c9ced7fbd78924c0736263b0081d31966b721673 100644 GIT binary patch delta 29 jcmdnXx|fwNpO=@50SKNh|Ch?bw2|*0BO}vfUZxEIcU}lC delta 29 jcmdnXx|fwNpO=@50SHbt{z(1GxRLK4BO~KvUZxEIeq0FF diff --git a/backend/main.py b/backend/main.py index a2750917..7bbb9dcd 100644 --- a/backend/main.py +++ b/backend/main.py @@ -15,6 +15,7 @@ def read_root(): def serverRunning(): + #git test return {"Status": "Server is Up and Running"}