Skip to content

Commit dd8739c

Browse files
committed
refactor: remove /graphql/skywalking and replace /graphql/spp with /graphql
1 parent 8f816f6 commit dd8739c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/spp/cli/PlatformCLI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ object PlatformCLI : CliktCommand(name = "spp-cli", allowMultipleSubcommands = t
158158
)
159159
}.build()
160160
)
161-
.serverUrl("$serverUrl/graphql/spp")
161+
.serverUrl("$serverUrl/graphql")
162162
.build()
163163
}
164164

0 commit comments

Comments
 (0)