From cbe40bc7b20a40da837d6105306af616915c8dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D0=B5=D0=B2?= Date: Wed, 31 Jan 2024 19:22:29 +0000 Subject: [PATCH] fix: change api url --- src/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.ts b/src/routes.ts index db4156c..56bc4a5 100755 --- a/src/routes.ts +++ b/src/routes.ts @@ -1,7 +1,7 @@ import type { UserStatus } from "./types"; const host = ""; -export const apiHost = "https://api-web-test.aura.wit.life"; +export const apiHost = "https://api-web.aura.wit.life"; const siteHost = "https://aura.wit.life"; const prefix = "api/v1";