mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-07 16:23:09 +00:00
up consts
This commit is contained in:
parent
50df1c6882
commit
3d11fc67bf
@ -11,7 +11,7 @@ export type Message = {
|
|||||||
type EventListener = (event: CustomEvent) => void;
|
type EventListener = (event: CustomEvent) => void;
|
||||||
|
|
||||||
const SECOND = 1000;
|
const SECOND = 1000;
|
||||||
const LOCAL_NODE = "http://127.0.0.1:8645/";
|
const LOCAL_NODE = "http://127.0.0.1:8645";
|
||||||
const RELAY = "/relay/v1";
|
const RELAY = "/relay/v1";
|
||||||
|
|
||||||
const buildURL = (endpoint: string) => `${LOCAL_NODE}${endpoint}`;
|
const buildURL = (endpoint: string) => `${LOCAL_NODE}${endpoint}`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user