From 996fad8ad889dd603100116c6490ce7bb5b766aa Mon Sep 17 00:00:00 2001 From: LieutenantRoger Date: Sun, 12 Sep 2021 22:15:25 +0800 Subject: [PATCH] Revert "Revert "Earn Restructure Dev Deploy"" --- .gitignore | 6 ++++++ src/shared/services/recruitCRM.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3c54e7508..2094dd84f8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/src/shared/services/recruitCRM.js b/src/shared/services/recruitCRM.js index f8b60be687..10e54a7898 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}/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({