Skip to content

Commit dd59995

Browse files
authored
Merge pull request #5698 from topcoder-platform/develop
Release v1.12.0 : Earn Restructure Deploy
2 parents d595f2b + e16c107 commit dd59995

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ set-test-env.sh
5757
automated-smoke-test/temp
5858
automated-smoke-test/test-results
5959
automated-smoke-test/config/config.json
60+
61+
# local config file
62+
.classpath
63+
.factorypath
64+
.settings
65+
.project

src/shared/services/recruitCRM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class Service {
5656
/* eslint-disable class-methods-use-this */
5757
async getJobApplications(tokenV3) {
5858
const res = await fetch(
59-
`${config.PLATFORM_SITE_URL}/earn-app/api/my-gigs/myJobApplications?page=1&perPage=1`,
59+
`${config.PLATFORM_SITE_URL}/gigs-app/api/my-gigs/myJobApplications?page=1&perPage=1`,
6060
{
6161
method: 'GET',
6262
headers: new Headers({

0 commit comments

Comments
 (0)