diff --git a/.env.example b/.env.example index c189b74f..1d44e40a 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ # production api -NEXT_PUBLIC_API_URL=https://api.skip.money +NEXT_PUBLIC_API_URL=https://api.skip.build # development API -# NEXT_PUBLIC_API_URL="https://solve-dev.skip.money" +# NEXT_PUBLIC_API_URL="https://solve-dev.skip.build" POLKACHU_USER POLKACHU_PASSWORD diff --git a/src/components/Help.tsx b/src/components/Help.tsx index c1b64492..44573f6f 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -4,7 +4,7 @@ export const Help = () => {