Skip to content

Commit 3760b2d

Browse files
committed
refactor: remove /graphql/skywalking and replace /graphql/spp with /graphql
1 parent 6a553f3 commit 3760b2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/src/main/kotlin/spp/jetbrains/sourcemarker/SourceMarkerPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ class SourceMarkerPlugin : SourceMarkerStartupActivity() {
525525
val req = vertx.createHttpClient(HttpClientOptions().setSsl(ssl).setVerifyHost(false).setTrustAll(true))
526526
.request(
527527
RequestOptions()
528-
.setHeaders(MultiMap.caseInsensitiveMultiMap().add("spp-platform-request", "true"))
529528
.setHost("localhost")
530529
.setPort(SourceMarkerConfig.DEFAULT_SERVICE_PORT)
531530
.setURI(tokenUri)

0 commit comments

Comments
 (0)