/
Alex_Mod
/
DDS
Обзор
Документация
Войти
/
Alex_Mod
/
DDS
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/api/api.ts
12 строк
182 B
Alex
first commit
02 ноя 2025, 15:41
02 ноя 2025, 15:41
9cf10cc
Код
Авторство
О чём код?
import axios from 'axios'; const API_URL = 'http://localhost:8000/api'; const api = axios.create({ baseURL: API_URL, headers : { } }); export default api;