Skip to content
Snippets Groups Projects
Commit 8205abf4 authored by Raphael Sturm's avatar Raphael Sturm
Browse files

remove hardcoded OSC instacne

parent 0f974319
Branches fix-mqa-issue
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ const postNotificationSettings = async () => {
const config = {
method: 'post',
url: `https://piveau-metrics-notifications-piveau.apps.osc.fokus.fraunhofer.de/catalogue/${catalogId}/setting`,
url: `${notificationBaseUrl}/catalogue/${catalogId}/setting`,
headers: {
'Authorization': apiKey,
'Accept': 'application/json',
......@@ -338,7 +338,7 @@ const postDeactive = async () => {
const config = {
method: 'post',
url: `https://piveau-metrics-notifications-piveau.apps.osc.fokus.fraunhofer.de/catalogue/${catalogId}/setting`,
url: `${notificationBaseUrl}/catalogue/${catalogId}/setting`,
headers: {
'Authorization': apiKey,
'Accept': 'application/json',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment