mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
prefixed data entity endpoints with /entity
This commit is contained in:
@@ -214,6 +214,6 @@ export class MediaController extends Controller {
|
||||
}
|
||||
);
|
||||
|
||||
return hono;
|
||||
return hono.all("*", (c) => c.notFound());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user