Ai Search finished, some makeup changes, guards, brokerSearch

This commit is contained in:
2024-08-28 15:41:59 +02:00
parent 8721be4a90
commit ede8b66d83
20 changed files with 139 additions and 53 deletions

View File

@@ -14,6 +14,5 @@ export class AppController {
@Get()
getHello(@Request() req): string {
return req.user;
//return 'dfgdf';
}
}