From ffb3d19254905108fb0d36e25438093ae699cf97 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Thu, 9 Sep 2021 08:39:44 -0300 Subject: [PATCH] Revert "Earn Restructure Dev Deploy" --- .gitignore | 6 ------ src/shared/services/recruitCRM.js | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2094dd84f8..e3c54e7508 100644 --- a/.gitignore +++ b/.gitignore @@ -57,9 +57,3 @@ 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 \ No newline at end of file diff --git a/src/shared/services/recruitCRM.js b/src/shared/services/recruitCRM.js index 10e54a7898..f8b60be687 100644 --- a/src/shared/services/recruitCRM.js +++ b/src/shared/services/recruitCRM.js @@ -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}/gigs-app/api/my-gigs/myJobApplications?page=1&perPage=1`, + `${config.PLATFORM_SITE_URL}/earn-app/api/my-gigs/myJobApplications?page=1&perPage=1`, { method: 'GET', headers: new Headers({