mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-16 12:33:57 +00:00
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
import axios from "axios";
|
|
|
|
export const todolistsInstance = axios.create({
|
|
baseURL: "https://social-network.samuraijs.com/api/1.1/todo-lists",
|
|
withCredentials: true,
|
|
});
|