fix: bug in thre login process
This commit is contained in:
@@ -4,9 +4,11 @@ import { ApiOperation } from "@nestjs/swagger";
|
||||
import { SearchCitiesDto } from "./DTO/cities-search-query.dto";
|
||||
import { SearchProvincesDto } from "./DTO/provinces-search-query.dto";
|
||||
import { AddressService } from "./providers/address.service";
|
||||
import { AuthGuards } from "../../common/decorators/auth-guard.decorator";
|
||||
import { ParamNumberIdDto } from "../../common/DTO/param.dto";
|
||||
|
||||
@Controller("address")
|
||||
@AuthGuards()
|
||||
export class AddressController {
|
||||
constructor(private readonly addressService: AddressService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user