add the visitor API endpoint

This commit is contained in:
ngn
2025-01-08 00:20:11 +03:00
parent fc11748e57
commit dee3ef4d85
26 changed files with 444 additions and 163 deletions

View File

@ -1,5 +1,7 @@
<script>
import { frontend_url, api_url } from "$lib/util.js";
import { frontend_url } from "$lib/util.js";
import { api_url } from "$lib/api.js";
export let desc, title;
</script>