Skip to content

Commit d7305f5

Browse files
committed
fix metrics origin
1 parent 174ed67 commit d7305f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_ROOT_DOMAIN=saturn-test.network
2-
VITE_METRICS_ORIGIN=https://ttnqmmizksmixmxdkf75p4g7640tfuux.lambda-url.us-west-2.on.aws/
2+
VITE_METRICS_ORIGIN=https://ln3tnkd4d5uiufjgimi6jlkmci0bceff.lambda-url.us-west-2.on.aws/

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_ROOT_DOMAIN=strn.network
2-
VITE_METRICS_ORIGIN=https://ln3tnkd4d5uiufjgimi6jlkmci0bceff.lambda-url.us-west-2.on.aws/
2+
VITE_METRICS_ORIGIN=https://uc2x7t32m6qmbscsljxoauwoae0yeipw.lambda-url.us-west-2.on.aws/

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { RequestInit, MetricsResponse } from './api.types'
22

3-
const METRICS_ORIGIN = import.meta.env.VITE_METRICS_ORIGIN ?? 'https://ttnqmmizksmixmxdkf75p4g7640tfuux.lambda-url.us-west-2.on.aws/'
3+
const METRICS_ORIGIN = import.meta.env.VITE_METRICS_ORIGIN ?? 'https://ln3tnkd4d5uiufjgimi6jlkmci0bceff.lambda-url.us-west-2.on.aws/'
44

55
/**
66
* Fetch API wrapper that throws on 400+ http status.

0 commit comments

Comments
 (0)