fix: Fix the wrong CS url for private repo limit check (#9865)
This commit is contained in:
parent
99a12be018
commit
8a75928c2f
|
|
@ -704,7 +704,7 @@ public class GitServiceCEImpl implements GitServiceCE {
|
|||
}
|
||||
// Call the cloud service API
|
||||
return WebClient
|
||||
.create(baseUrl + "api/v1/git/limit/" + key)
|
||||
.create(baseUrl + "/api/v1/git/limit/" + key)
|
||||
.get()
|
||||
.exchange()
|
||||
.flatMap(response -> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user