Skip to content

Commit

Permalink
Merge pull request #5698 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Release v1.12.0 : Earn Restructure Deploy
  • Loading branch information
urwithat authored Sep 13, 2021
2 parents d595f2b + e16c107 commit dd59995
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ set-test-env.sh
automated-smoke-test/temp
automated-smoke-test/test-results
automated-smoke-test/config/config.json

# local config file
.classpath
.factorypath
.settings
.project
2 changes: 1 addition & 1 deletion src/shared/services/recruitCRM.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class Service {
/* eslint-disable class-methods-use-this */
async getJobApplications(tokenV3) {
const res = await fetch(
`${config.PLATFORM_SITE_URL}/earn-app/api/my-gigs/myJobApplications?page=1&perPage=1`,
`${config.PLATFORM_SITE_URL}/gigs-app/api/my-gigs/myJobApplications?page=1&perPage=1`,
{
method: 'GET',
headers: new Headers({
Expand Down

0 comments on commit dd59995

Please sign in to comment.