Skip to content

Commit

Permalink
corrected ske api url for qa
Browse files Browse the repository at this point in the history
  • Loading branch information
salvage7209 committed Jan 26, 2023
1 parent 8acedc8 commit 02160cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/kubernetes/v1.0/include/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func getURL(c common.Client) string {
case common.ENV_DEV:
return "https://ske.api.eu01.dev.stackit.cloud/"
case common.ENV_QA:
return "https://ske.api.eu01.qa.stackit.cloud/"
return "https://ske.api.eu01.stg.stackit.cloud/"
default:
return "https://ske.api.eu01.stackit.cloud/"
}
Expand Down

0 comments on commit 02160cd

Please sign in to comment.