Restart repository history from target event
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { checkTools } from '@/lib/tool-check';
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
export async function GET() {
|
||||
const result = await checkTools();
|
||||
return NextResponse.json(result);
|
||||
}
|
||||
Reference in New Issue
Block a user