Migrated to NodeJS/Vite/Express/Material UI 2 #1
@@ -4,7 +4,7 @@
|
||||
const http = require("node:http");
|
||||
|
||||
const port = Number.parseInt(process.env.PORT || "3000", 10);
|
||||
const path = process.env.HEALTHCHECK_PATH || "/api/templates";
|
||||
const path = process.env.HEALTHCHECK_PATH || "/api/health";
|
||||
const timeoutMs = Number.parseInt(process.env.HEALTHCHECK_TIMEOUT_MS || "3000", 10);
|
||||
|
||||
const req = http.request(
|
||||
|
||||
Reference in New Issue
Block a user