mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 09:49:13 +00:00
Fix errorneous log
This commit is contained in:
@@ -26,8 +26,7 @@ import { FieldErrors } from "@spacebar/util";
|
||||
import fs from "fs";
|
||||
|
||||
const router = Router({ mergeParams: true });
|
||||
|
||||
console.log("[Server] Registering reporting menu routes...");
|
||||
if (process.env.LOG_ROUTES !== "false") console.log("[Server] Registering reporting menu routes...");
|
||||
router.get(
|
||||
"/",
|
||||
route({
|
||||
|
||||
Reference in New Issue
Block a user