Skip to content

Commit 4349f5d

Browse files
committed
/graphql/spp endpoint
1 parent 2affe4e commit 4349f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ object PlatformCLI : CliktCommand(name = "spp-cli", allowMultipleSubcommands = t
154154
)
155155
}.build()
156156
)
157-
.serverUrl("$serverUrl/graphql")
157+
.serverUrl("$serverUrl/graphql/spp")
158158
.build()
159159
}
160160

0 commit comments

Comments
 (0)