Added more detectors to DB
This commit is contained in:
@@ -28,8 +28,7 @@ export async function GET() {
|
||||
title = title.replace(/\bprop\b/gi, '');
|
||||
title = title.replace(/\s{2,}/g, ' ').trim();
|
||||
|
||||
const pathUrl = `/static-models/${filename}`;
|
||||
return { name: title, path: pathUrl };
|
||||
return { name: title, path: `/static-models/${filename}` };
|
||||
});
|
||||
|
||||
return new Response(JSON.stringify({ models }), {
|
||||
|
||||
Reference in New Issue
Block a user