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,7 +0,0 @@
import { services } from "$lib/api.js";
export async function load({ fetch }) {
return {
list: await services(fetch),
};
}