Development

This commit is contained in:
Matthew Grotke 2026-05-22 02:54:56 -04:00
parent abf05a60fb
commit 831bc88a92
4 changed files with 24 additions and 10 deletions

View file

@ -9,7 +9,7 @@ from config_utils import core_hash, get_pending_entries, get_dashboard_pending,
bp = Blueprint('view_page', __name__)
DATA_DIR = '/data'
CONFIGS_DIR = '/configs'
CONFIGS_DIR = '/routlin_location'
LEVEL_RANK = {'nothing': 0, 'viewer': 1, 'administrator': 2, 'manager': 3}