Skip to content

Commit

Permalink
fixed trubble with protokol https
Browse files Browse the repository at this point in the history
  • Loading branch information
olesya-aldoshyna-0885 committed Nov 12, 2023
1 parent 04f3feb commit 1141d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from "axios";

const BASE_URL = "http://64243f43d6152a4d480a4f40.mockapi.io";
const BASE_URL = "https://64243f43d6152a4d480a4f40.mockapi.io";

export const getUsers = async (page) => {
const response = await axios.get(`${BASE_URL}/users?page=${page}&limit=3`);
Expand Down

0 comments on commit 1141d1b

Please sign in to comment.