From d63ee7a42b7d5cc8a983db8bb6507e2d00e1f373 Mon Sep 17 00:00:00 2001 From: mehbark Date: Fri, 28 Apr 2023 20:04:20 -0400 Subject: [PATCH] fix url. --- common/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils.ts b/common/utils.ts index ac50f25..08ae055 100644 --- a/common/utils.ts +++ b/common/utils.ts @@ -50,4 +50,4 @@ export function remove_undefined_keys(obj: any): any { }, {}); } -export const URL = "http://localhost:413"; +export const URL = "https://fl.pyrope.net";