Clean up the repository

This commit is contained in:
James Blair 2026-05-08 18:43:56 +12:00
parent 666b2d0e0d
commit 85da5b630f
Signed by: james
SSH key fingerprint: SHA256:hsDR3ENI2ZMgh+CNb+0PrFsj29DI007R+BMKUVGi6zQ
15 changed files with 7 additions and 50 deletions

View file

@ -1,4 +1,4 @@
import { api } from "@/lib/eden/server";
import { api } from "@/lib/api/server";
export default async function Home() {
const { data: health } = await api.health.get();