Skip to content

Commit 44b235c

Browse files
fix(client): authAPIs to remove the "graph" path
1 parent ca58c5c commit 44b235c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/client-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
USE_STAGE: 'true' # Whether to include the stage repository.
2626
TRAVIS_DIR: hugegraph-client/assembly/travis
2727
# TODO: replace it with the (latest - n) commit id (n >= 15)
28-
# hugegraph commit date: 2025-10-30
29-
COMMIT_ID: 5b3d295
28+
# hugegraph commit date: 2025-11-4
29+
COMMIT_ID: b7998c1
3030
strategy:
3131
fail-fast: false
3232
matrix:

0 commit comments

Comments
 (0)