From babfb5c450ed2c07ed959256ec346a3bf384643a Mon Sep 17 00:00:00 2001 From: corpulent Date: Mon, 1 Aug 2022 22:34:00 +0300 Subject: [PATCH] fix: set prod server url --- services/frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/.env.production b/services/frontend/.env.production index 908d763..18fb562 100644 --- a/services/frontend/.env.production +++ b/services/frontend/.env.production @@ -1 +1 @@ -REACT_APP_API_SERVER=http://localhost:9001/v1 \ No newline at end of file +REACT_APP_API_SERVER=https://api.ctk.dev/v1 \ No newline at end of file