fix: undo const
This commit is contained in:
parent
1f5506a920
commit
8ee0748740
@ -12,8 +12,8 @@ export const GB = KB * 1000;
|
|||||||
export const TB = GB * 1000;
|
export const TB = GB * 1000;
|
||||||
export const PB = TB * 1000;
|
export const PB = TB * 1000;
|
||||||
|
|
||||||
export const ApiUrl = "http://localhost:8000";
|
//export const ApiUrl = "http://localhost:8000";
|
||||||
//export const ApiUrl = "https://api.lnvps.net";
|
export const ApiUrl = "https://api.lnvps.net";
|
||||||
|
|
||||||
export const NostrProfile = new NostrLink(
|
export const NostrProfile = new NostrLink(
|
||||||
NostrPrefix.Profile,
|
NostrPrefix.Profile,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user