We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d595f2b + e16c107 commit dd59995Copy full SHA for dd59995
.gitignore
@@ -57,3 +57,9 @@ set-test-env.sh
57
automated-smoke-test/temp
58
automated-smoke-test/test-results
59
automated-smoke-test/config/config.json
60
+
61
+# local config file
62
+.classpath
63
+.factorypath
64
+.settings
65
+.project
src/shared/services/recruitCRM.js
@@ -56,7 +56,7 @@ export default class Service {
56
/* 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({
0 commit comments