Skip to content

Commit

Permalink
chore(ui-ux): url fix (#371)
Browse files Browse the repository at this point in the history
* chore(ui-ux): added server url for faucet

* chore

* updated url
  • Loading branch information
fullstackninja864 authored Nov 24, 2023
1 parent d55b81b commit 33fb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/api/FaucetApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
): Promise<FaucetTransactionResponse> => {
const baseUrl = getBaseUrl();
const res = await axios(
`${baseUrl}faucet/${contractAddressHash}?network=${network}`,
`${baseUrl}/faucet/${contractAddressHash}?network=${network}`,
{
method: "POST",
headers: {
Expand Down

0 comments on commit 33fb376

Please sign in to comment.