Skip to content

Commit

Permalink
fix route of import (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
portuu3 authored Oct 9, 2023
1 parent c423414 commit 9a46297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from './payment.dto';
import { PaymentService } from './payment.service';
import { getRate } from '../../common/utils';
import { HEADER_SIGNATURE_KEY } from 'src/common/constants';
import { HEADER_SIGNATURE_KEY } from '../../common/constants';

@ApiBearerAuth()
@UseGuards(JwtAuthGuard)
Expand Down

1 comment on commit 9a46297

@vercel
Copy link

@vercel vercel bot commented on 9a46297 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

job-launcher-server – ./packages/apps/job-launcher/server

job-launcher-server-nine.vercel.app
job-launcher-server-humanprotocol.vercel.app
job-launcher-server-git-develop-humanprotocol.vercel.app

Please sign in to comment.