mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 18:49:50 +00:00
Revert "Fix: subdirectory deployment (#2205)"
This revers commit b8eda91005
This commit is contained in:
parent
9e3bc8e64f
commit
8ec488efbd
20 changed files with 41 additions and 42 deletions
|
@ -4,7 +4,7 @@ import useSWR from "swr";
|
|||
export default function Status({ service, style }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { data, error } = useSWR(`api/docker/status/${service.container}/${service.server || ""}`);
|
||||
const { data, error } = useSWR(`/api/docker/status/${service.container}/${service.server || ""}`);
|
||||
|
||||
let statusLabel = t("docker.unknown");
|
||||
let statusTitle = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue