mobile app phase 1

This commit is contained in:
2026-05-10 21:19:39 +02:00
parent 442a00dbbe
commit d08afc1dcb
1679 changed files with 392410 additions and 3005 deletions
+1 -10
View File
@@ -1,10 +1 @@
import { NextResponse } from "next/server";
import { APP_VERSION } from "@/lib/constants";
export async function GET() {
return NextResponse.json({
ok: true,
ts: new Date().toISOString(),
version: APP_VERSION,
});
}
../../../lib/constants