From 8ee07487408168785e37ec465fbebb7a0690ec53 Mon Sep 17 00:00:00 2001 From: kieran Date: Tue, 26 Nov 2024 19:15:50 +0000 Subject: [PATCH] fix: undo const --- src/const.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.ts b/src/const.ts index 1a78c58..592a74c 100644 --- a/src/const.ts +++ b/src/const.ts @@ -12,8 +12,8 @@ export const GB = KB * 1000; export const TB = GB * 1000; export const PB = TB * 1000; -export const ApiUrl = "http://localhost:8000"; -//export const ApiUrl = "https://api.lnvps.net"; +//export const ApiUrl = "http://localhost:8000"; +export const ApiUrl = "https://api.lnvps.net"; export const NostrProfile = new NostrLink( NostrPrefix.Profile,