From 51d02448d76835356eb7b5a6b970d4a4de2623a7 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 30 Dec 2024 19:41:07 +0000 Subject: [PATCH] add /api to the url --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index e4d31d0..400b750 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'https:\\mew.pkmn.cloud' + apiUrl: 'https://mew.pkmn.cloud/api' }; \ No newline at end of file