stale
This commit is contained in:
parent
5f0f478668
commit
0abb87eb5f
6 changed files with 25 additions and 39 deletions
|
|
@ -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[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue