Update various configuration files, components, and assets; enhance notification system and API endpoints; improve documentation and styles across the application.
This commit is contained in:
4
middleware/forbidden.js
Normal file
4
middleware/forbidden.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export default defineNuxtRouteMiddleware(async (to, from) => {
|
||||
// Throw error to page 404 not found
|
||||
throw new Error("Forbidden");
|
||||
});
|
||||
Reference in New Issue
Block a user