Skip to content

Commit

Permalink
Changes endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
macnablocky committed May 21, 2024
1 parent 55d720b commit 3be88b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from './model/register-address.model';
import { Mapper } from '@automapper/core';

@Controller('/register-address')
@Controller('/user/register-address')
export class RegisterAddressController {
@InjectMapper() private readonly mapper: Mapper;

Expand Down

0 comments on commit 3be88b0

Please sign in to comment.