From e4dac39e931a647182efdc07bee51443ef102eb1 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 11 Mar 2024 09:38:38 +0000 Subject: [PATCH] fix(extension): i am a bit silly --- extension/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/src/config.js b/extension/src/config.js index ca7ffa8..54469e2 100644 --- a/extension/src/config.js +++ b/extension/src/config.js @@ -1,2 +1,2 @@ -//this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev'; -this.SERVER_URL = 'http://localhost:8000'; +this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev'; +//this.SERVER_URL = 'http://localhost:8000';