Skip to content

Commit

Permalink
Api baseUrl Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karatashsyn committed May 17, 2024
1 parent a72ba37 commit 035ad5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/animal-trove/src/services/api.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import axios from "axios";

const api = axios.create({
// baseURL: "http://165.22.95.135:8080/api",
baseURL: "http://localhost:8080/api",
baseURL: "http://165.22.95.135:8080/api",
});

export default api;

0 comments on commit 035ad5c

Please sign in to comment.