Skip to content

Commit 1698c3e

Browse files
authored
fix: remove trailing slash from faucet path (#2625)
1 parent f007c43 commit 1698c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export const GET_OPTIONS = {
447447

448448
export const REF_SERVICES_PATH = '/services/reference/'
449449
export const REF_WALLET_PATH = '/wallet/reference/'
450-
export const REF_FAUCET_PATH = '/developer-tools/faucet/'
450+
export const REF_FAUCET_PATH = '/developer-tools/faucet'
451451

452452
export const REF_ALLOW_LOGIN_PATH = [REF_SERVICES_PATH, REF_WALLET_PATH, REF_FAUCET_PATH]
453453

0 commit comments

Comments
 (0)