mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
More cleanup.
This commit is contained in:
7
client/src/api/backend.ts
Normal file
7
client/src/api/backend.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import axios from "axios";
|
||||
|
||||
export const backend = axios.create({
|
||||
baseURL: "http://[::1]:5000/",
|
||||
});
|
||||
|
||||
export default backend;
|
||||
Reference in New Issue
Block a user