From 6b47fce98973061c17f1bd5b10854f2767947db5 Mon Sep 17 00:00:00 2001 From: leonard Date: Fri, 1 Dec 2023 14:00:33 +0100 Subject: [PATCH 1/2] add application my_fastapi_app to the catalog --- apps.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.toml b/apps.toml index da173607..ab608d28 100644 --- a/apps.toml +++ b/apps.toml @@ -2307,6 +2307,12 @@ state = "working" subtags = [ "website" ] url = "https://github.com/YunoHost-Apps/my_webapp_ynh" +[my_fastapi_app] +category = "publishing" +state = "working" +subtags = [ "website", "api" ] +url = "https://github.com/YunoHost-Apps/FastAPI_ynh" + [mybb] category = "communication" level = 8 From d99228db54484660509bb4f02677e5f15f966026 Mon Sep 17 00:00:00 2001 From: Leonard Date: Sun, 3 Dec 2023 21:05:05 +0100 Subject: [PATCH 2/2] change app name id Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> --- apps.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.toml b/apps.toml index ab608d28..539c7419 100644 --- a/apps.toml +++ b/apps.toml @@ -2307,7 +2307,7 @@ state = "working" subtags = [ "website" ] url = "https://github.com/YunoHost-Apps/my_webapp_ynh" -[my_fastapi_app] +[fastapi] category = "publishing" state = "working" subtags = [ "website", "api" ]