Files
Adguard-Leaderboard/dashboard.wsgi
T
2026-06-03 16:59:22 -04:00

4 lines
97 B
Python

import sys
sys.path.insert(0, '/opt/adguard-dashboard')
from dashboard import app as application