Skip to content

Commit bb205ee

Browse files
committed
fix: update VITE_API_URL to use the correct API endpoint
1 parent 7dbe447 commit bb205ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrangler.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ database_name = "tabitabi"
1616
database_id = "PLACEHOLDER_DATABASE_ID"
1717

1818
[env.production]
19-
VITE_API_URL = "https://tabitabi-api.soranjiro.workers.dev/api/v1"
19+
VITE_API_URL = "https://tabitabi-api.youraccount.workers.dev/api/v1"

0 commit comments

Comments
 (0)