From 09a367b459855137e7921455fcf679eb51af329e Mon Sep 17 00:00:00 2001 From: Nick Smet Date: Wed, 25 Oct 2023 16:30:27 +0200 Subject: [PATCH] Api endpoint updated --- src/networking/ApiManager.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/networking/ApiManager.ts b/src/networking/ApiManager.ts index 7730c2a..56f58f3 100644 --- a/src/networking/ApiManager.ts +++ b/src/networking/ApiManager.ts @@ -1,5 +1,4 @@ -// const API_BASE_PATH = 'https://api.usequalli.com/api/'; -const API_BASE_PATH = 'http://localhost:8080/api/'; +const API_BASE_PATH = 'https://api.usequalli.com/api/'; import type { SurveyActions } from '../types'; import apiRequest from './ApiRequest';