/
helloWrld
/
test
Обзор
Документация
Войти
/
helloWrld
/
test
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/api/index.ts
12 строк
225 B
babinm1h
rq
29 дек 2023, 08:48
29 дек 2023, 08:48
e4a5c4f
Код
Авторство
О чём код?
import axios from 'axios'; export const $apiInstance = axios.create({ baseURL: process.env.API_URL, headers: { 'Content-Type': 'application/json', }, }); export const $instance = axios.create({ baseURL: '', });