Remove extra handler

This commit is contained in:
Andrew 2023-09-19 18:35:41 -04:00
parent 1bf8f3bf44
commit 6c1508f061

View File

@ -118,11 +118,6 @@ def api_handlers(handler_args):
ApiCraftyLogIndexHandler,
handler_args,
),
(
r"/api/v2/crafty/exeCache/?",
ApiCraftyExeCacheIndexHandler,
handler_args,
),
(
r"/api/v2/crafty/JarCache/?",
ApiCraftyJarCacheIndexHandler,