Skip to content

Commit 23a663b

Browse files
committed
Adding UB_BASE_URL
1 parent 932b9db commit 23a663b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/dashboard/src/@/api/universal-bridge/addRoute.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
"use server";
22
import { getAuthToken } from "app/(app)/api/lib/getAuthToken";
3+
import { NEXT_PUBLIC_THIRDWEB_BRIDGE_HOST } from "../../constants/public-envs";
4+
5+
const UB_BASE_URL = NEXT_PUBLIC_THIRDWEB_BRIDGE_HOST;
36

47
export type TokenMetadata = {
58
name: string;

0 commit comments

Comments
 (0)