Skip to content

Commit

Permalink
Make the constant path relative (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez7 authored Sep 1, 2023
1 parent cf84bdb commit e0b105f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { JobFortuneDto, JobCvatDto, JobListDto, JobCancelDto, EscrowFailedWebhoo
import { JobService } from './job.service';
import { JobRequestType, JobStatusFilter } from '../../common/enums/job';
import { Public } from '../../common/decorators';
import { HEADER_SIGNATURE_KEY } from 'src/common/constants';
import { HEADER_SIGNATURE_KEY } from '../../common/constants';

@ApiBearerAuth()
@UseGuards(JwtAuthGuard)
Expand Down

1 comment on commit e0b105f

@vercel
Copy link

@vercel vercel bot commented on e0b105f Sep 1, 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-humanprotocol.vercel.app
job-launcher-server-nine.vercel.app
job-launcher-server-git-develop-humanprotocol.vercel.app

Please sign in to comment.