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

remove hardcoed OSC link

parent db8a1de4
No related branches found
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.
Finish editing this message first!
Please register or to comment