Skip to content

Commit

Permalink
switch to render backend
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-martyr committed Jul 21, 2023
1 parent 0a9d587 commit de3e8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/vowel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const vowelSlice = createSlice({
export const { update, loading } = vowelSlice.actions;
export const updateVowelByFormants = (formants: FormantsState) => async (dispatch: AppDispatch) => {
dispatch(loading(true));
return fetch('https://klatt-api.nyoeghau.com/', {
return fetch('https://klatt-api.onrender.com/', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit de3e8e3

Please sign in to comment.