From 62481efe560d215501c247da1542b958c20eb9d0 Mon Sep 17 00:00:00 2001 From: Torsten Simon Date: Fri, 12 Jan 2024 10:53:30 +0100 Subject: [PATCH] add current communities --- src/app/core/constants.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/core/constants.py b/src/app/core/constants.py index c62cc22..fe7b776 100644 --- a/src/app/core/constants.py +++ b/src/app/core/constants.py @@ -25,7 +25,10 @@ "Musik": "2eda0065-f69b-46c8-ae09-d258c8226a5e", "Philosophie": "9d364fd0-4374-40b4-a153-3c722b9cda35", "Geografie": "f1049950-bdda-45f5-9c73-38b51ea66c74", - "Beispiel-Community": "f6984401-3639-4adf-a84b-65696fefdca6", + "Community - GPM": "d5d3f64c-6ae6-4371-a95a-666db24ce7df", + "Community - RPI-Virtuell": "33502c70-b3f1-426f-b357-6128989cd380", + "Community - ComeIn": "3bf248cc-fb53-4f81-a99a-a40d6d3d2e71", + "Community - Schule im Aufbruch": "fcb7c826-02a0-46f2-8624-e7805ad82901", } OPEN_API_VERSION = "2.1.0"