feat: implement AdminGuard and QueryGuard for enhanced access control; refactor API and query handling; add deleteQuery method in QueryHandlerService; update QueryResponse type for improved response handling
This commit is contained in:
@ -46,7 +46,8 @@ export const registeredModules = {
|
||||
};
|
||||
|
||||
export type QueryResponse = {
|
||||
statusCode: number;
|
||||
statusCode?: number;
|
||||
response: any;
|
||||
headers: Record<string, string>;
|
||||
headers?: Record<string, string>;
|
||||
redirect?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user