Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
HasuraNodeComponent
Commits
19df1bdb
Commit
19df1bdb
authored
1 year ago
by
Reshmi
Browse files
Options
Download
Patches
Plain Diff
Removed token and package-lock.json changes
parent
24ae4a5b
main
UAT
1 merge request
!24
Adding scheduler and upload api changes
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backgroundWorker.js
+1
-1
backgroundWorker.js
package-lock.json
+403
-1032
package-lock.json
with
404 additions
and
1033 deletions
+404
-1033
backgroundWorker.js
+
1
−
1
View file @
19df1bdb
...
@@ -2,7 +2,7 @@ import axios from "axios";
...
@@ -2,7 +2,7 @@ import axios from "axios";
import
async
from
"
async
"
;
import
async
from
"
async
"
;
const
targetURL
=
process
.
env
.
TARGET_URL
||
"
https://hasura.upsmfac.org
"
;
const
targetURL
=
process
.
env
.
TARGET_URL
||
"
https://hasura.upsmfac.org
"
;
const
notificationURL
=
process
.
env
.
REACT_APP_API_URL
||
"
https://uphrh.in/api/api
"
;
const
notificationURL
=
process
.
env
.
REACT_APP_API_URL
||
"
https://uphrh.in/api/api
"
;
const
emailAuthToken
=
process
.
env
.
REACT_APP_AUTH_TOKEN
||
"
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJSR3RkMkZzeG1EMnJER3I4dkJHZ0N6MVhyalhZUzBSSyJ9.kMLn6177rvY53i0RAN3SPD5m3ctwaLb32pMYQ65nBdA
"
;
const
emailAuthToken
=
process
.
env
.
REACT_APP_AUTH_TOKEN
;
const
getBulkUploadAssessorSchedule
=
'
/api/rest/getBulkUploadAssessorSchedule
'
;
const
getBulkUploadAssessorSchedule
=
'
/api/rest/getBulkUploadAssessorSchedule
'
;
const
filterAssessments
=
'
/api/rest/filterAssessments
'
;
const
filterAssessments
=
'
/api/rest/filterAssessments
'
;
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
403
−
1032
View file @
19df1bdb
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets