This commit is contained in:
wander 2026-02-04 16:09:05 -05:00
parent 5f0f478668
commit 0abb87eb5f
6 changed files with 25 additions and 39 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { onMount, onDestroy } from "svelte";
export let endpoint = "http://localhost:8002/api/logs";
export let endpoint = "/api/logs";
export let title = "SYSTEM_LOGS";
let logs: string[] = [];