chore: changed target of hopp-old-backend service to prod
This commit is contained in:
@@ -26,7 +26,6 @@ export class TeamCollectionController {
|
||||
@Query('take') take: string,
|
||||
@Query('skip') skip: string,
|
||||
) {
|
||||
console.log('searchQuery', searchQuery);
|
||||
const res = await this.teamCollectionService.searchByTitle(
|
||||
searchQuery,
|
||||
teamID,
|
||||
|
||||
Reference in New Issue
Block a user