Changed import path.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { json } from 'lib/response';
|
||||
import { CURRENT_VERSION } from 'lib/constants';
|
||||
import { json } from '@/lib/response';
|
||||
import { CURRENT_VERSION } from '@/lib/constants';
|
||||
|
||||
export async function GET() {
|
||||
return json({ version: CURRENT_VERSION });
|
||||
|
||||
Reference in New Issue
Block a user