minor/formatting

This commit is contained in:
2025-10-02 10:45:30 -04:00
parent fa3c8e8861
commit eae490ddde
3 changed files with 114 additions and 46 deletions

View File

@@ -101,7 +101,9 @@ routes: dict = {
"meme": importlib.import_module("endpoints.meme").Meme(app, util, constants),
"trip": importlib.import_module("endpoints.rip").RIP(app, util, constants),
"auth": importlib.import_module("endpoints.auth").Auth(app),
"lighting": importlib.import_module("endpoints.lighting").Lighting(app, util, constants),
"lighting": importlib.import_module("endpoints.lighting").Lighting(
app, util, constants
),
}
# Misc endpoint depends on radio endpoint instance