mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 05:28:14 +00:00
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
import axios from 'axios';
|
|
|
|
const http = axios.create({
|
|
baseURL: 'https://stacjownik.spythere.eu'
|
|
});
|
|
|
|
export default http;
|