Removed version endpoint.

This commit is contained in:
Mike Cao 2025-04-23 16:40:14 -07:00
parent 5be38adf7a
commit 48f5465334

View file

@ -1,6 +0,0 @@
import { json } from '@/lib/response';
import { CURRENT_VERSION } from '@/lib/constants';
export async function GET() {
return json({ version: CURRENT_VERSION });
}