formatting/add meme endpoints

This commit is contained in:
2025-05-17 08:07:38 -04:00
parent d944a32c62
commit 2caa482a0d
10 changed files with 135 additions and 31 deletions

View File

@ -93,6 +93,7 @@ routes: dict = {
app, util, constants, loop
),
"mgr": importlib.import_module("endpoints.mgr.mgr_test").Mgr(app, util, constants),
"meme": importlib.import_module("endpoints.meme").Meme(app, util, constants),
}
# Misc endpoint depends on radio endpoint instance