Skip to content

Commit

Permalink
chore: rename repo in api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed May 8, 2024
1 parent 0a55c90 commit 3d59e10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions scripts/generate-admin-api-reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ if ! npx spectaql --version; then yarn add spectaql --non-interactive; fi
mkdir -p .temp
cd .temp || exit 1

# checkout galoy
# checkout blink
if [ ! -d "galoy" ]; then
git clone https://github.com/GaloyMoney/galoy
git clone https://github.com/GaloyMoney/blink
fi
cd galoy || exit 1
cd blink || exit 1

# build admin api reference
npx spectaql ./../../scripts/spectaql/spectaql-config-admin-api.yml \
Expand Down
6 changes: 3 additions & 3 deletions scripts/generate-public-api-reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ if ! npx spectaql --version; then yarn add spectaql --non-interactive; fi
mkdir -p .temp
cd .temp || exit 1

# checkout galoy
# checkout blink
if [ ! -d "galoy" ]; then
git clone https://github.com/GaloyMoney/galoy
git clone https://github.com/GaloyMoney/blink
fi
cd galoy || exit 1
cd blink || exit 1

# build public api reference
npx spectaql ./../../scripts/spectaql/spectaql-config-public-api.yml \
Expand Down
2 changes: 1 addition & 1 deletion scripts/spectaql/spectaql-config-public-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ info:
url: https://opensource.org/licenses/MIT

servers:
- url: https://api.staging.galoy.io/graphql
- url: https://api.staging.blink.sv/graphql
description: Signet
production: false

0 comments on commit 3d59e10

Please sign in to comment.