Skip to content

Commit c8beee5

Browse files
committed
fixed one local change
Signed-off-by: deep-poharkar <[email protected]>
1 parent 8e60e21 commit c8beee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/utils/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ const (
6363
ChaosInfraPath = "targets"
6464

6565
// Graphql server api path
66-
GQLAPIPath = "/query"
66+
GQLAPIPath = "/api/query"
6767

6868
// Auth server api path
69-
AuthAPIPath = ""
69+
AuthAPIPath = "/auth"
7070
)

0 commit comments

Comments
 (0)