From 82f7e5cd012c10ab7d554eef2eab010d17982b51 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Mon, 28 Apr 2025 14:08:27 +0200
Subject: [PATCH] add some frontend api endpoints for react development

---
 jsc_custom/apihandler/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jsc_custom/apihandler/__init__.py b/jsc_custom/apihandler/__init__.py
index bafc893..d9e04f7 100644
--- a/jsc_custom/apihandler/__init__.py
+++ b/jsc_custom/apihandler/__init__.py
@@ -1,4 +1,5 @@
 from . import db_health
+from . import frontend
 from . import incidents
 from . import misc
 from . import self_api_handler_oauth
-- 
GitLab