feat(meshchat): add public API endpoint for status check

This commit is contained in:
2026-01-01 18:18:00 -06:00
parent 72d09e2456
commit 033546910a

View File

@@ -1160,6 +1160,7 @@ class ReticulumMeshChat:
# allow access to auth endpoints and setup page
public_paths = [
"/api/v1/status",
"/api/v1/auth/setup",
"/api/v1/auth/login",
"/api/v1/auth/status",