From 8072468175fb70654498ad0b1eb741a63901fee5 Mon Sep 17 00:00:00 2001 From: Pierre Cournut Date: Fri, 30 Jun 2023 13:54:35 +0200 Subject: [PATCH] fix prod endpoint --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.js b/constants.js index 810ece5..a71a326 100644 --- a/constants.js +++ b/constants.js @@ -1,3 +1,3 @@ const devEndpoint = "https://kento.events/version-test/api/1.1/"; -const prodEndpoint = "https://kento.events/version-test/api/1.1/"; +const prodEndpoint = "https://kento.events/api/1.1/"; export { devEndpoint, prodEndpoint };