mobile app phase 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user