More cleanup.

This commit is contained in:
Dan Albert
2022-03-01 01:12:11 -08:00
parent 6ff9208d46
commit 625f36c780
4 changed files with 54 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
import axios from "axios";
export const backend = axios.create({
baseURL: "http://[::1]:5000/",
});
export default backend;