This commit is contained in:
2026-06-04 20:15:12 -05:00
commit 5c74e96b3a
33 changed files with 1187 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import sys
sys.path.insert(0, '/opt/adguard-dashboard')
from dashboard import app as application