diff --git a/backend/main.py b/backend/main.py index 89c2fe5..09ebe1d 100644 --- a/backend/main.py +++ b/backend/main.py @@ -20,7 +20,10 @@ logging.basicConfig(level=logging.INFO) # simc_path = os.path.join('tests', 'simc') simc_path = "./" -app = FastAPI() +app = FastAPI( + title = "SimC-Free Backend", + version="0.1.0", +) origins = [ "http://localhost",