Skip to content

Commit 41fded9

Browse files
fix: remove trailing slash
1 parent de5a882 commit 41fded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
env:
16-
REACT_APP_BEE_HOST: 'https://api.gateway.ethswarm.org/'
16+
REACT_APP_BEE_HOST: 'https://api.gateway.ethswarm.org'
1717

1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)