From 2926600ae5274937b612b8028c43c599863268ea Mon Sep 17 00:00:00 2001 From: leonard Date: Sun, 3 Dec 2023 21:06:57 +0100 Subject: [PATCH] change app id to match github repo name --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a175245..bb9f3ce 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 -id = "my_fastapi_app" +id = "fastapi" name = "my_FastAPI_app" description.en = "Custom Web app to run a FastAPI program written in Python" description.fr = "Une application web personnalisée pour faire tourner une application FastAPI écrite en Python"