Skip to content

Commit

Permalink
Api endpoint updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmet committed Oct 25, 2023
1 parent b7c5ef6 commit 09a367b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/networking/ApiManager.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 09a367b

Please sign in to comment.