Skip to content

Commit e4d2fc2

Browse files
jai-deepsourcemohi7solanki
authored andcommitted
Update GraphQL query route to /graphql/cli/
Signed-off-by: Jai <jai@deepsource.io>
1 parent b002cfa commit e4d2fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func main() {
177177
}
178178

179179
queryResponseBody, err := makeQuery(
180-
dsnProtocol+"://"+dsnHost+"/cli/graphql/",
180+
dsnProtocol+"://"+dsnHost+"/graphql/cli/",
181181
queryBodyBytes,
182182
"application/json",
183183
)

0 commit comments

Comments
 (0)