mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
Just Fixes
This commit is contained in:
parent
acc2ef9e96
commit
348bc2d1d3
8 changed files with 514 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ import { getServerBackendUrl } from "@/lib/apiClient";
|
|||
// Import version from package.json at build time
|
||||
import packageJson from "../../../../../package.json";
|
||||
|
||||
const HEALTHCHECK_TIMEOUT_MS = 3000;
|
||||
const HEALTHCHECK_TIMEOUT_MS = 10000;
|
||||
|
||||
function trimTrailingSlash(url: string) {
|
||||
return url.endsWith("/") ? url.slice(0, -1) : url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue