feat: enhance router views functionality and permissions
- Added new router views schema and types for better structure and type safety. - Implemented CRUD operations for router views including listing, updating, retrieving, and deleting views. - Introduced permission checks to ensure users can only access and modify their own views. - Updated prompts route to include additional permission checks for updating and retrieving prompts. - Refactored common query tests to align with new configurations. - Organized route imports for better maintainability.
This commit is contained in:
@@ -13,4 +13,6 @@ import './file-listener/index.ts';
|
||||
|
||||
import './ai/index.ts';
|
||||
|
||||
import './prompts/index.ts'
|
||||
import './prompts/index.ts'
|
||||
|
||||
import './views/index.ts';
|
||||
Reference in New Issue
Block a user