removed unused variable

This commit is contained in:
Sascha Kühl 2025-04-21 21:49:56 +02:00
parent 3b873c62b0
commit 7788369b73
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ import axios from "axios";
const server = JSON.parse(localStorage.getItem("server") || '""');
const host = `${server.protocol}://${server.host}:${server.port}/api`;
const instance = axios.create({
baseURL: `${server.protocol}://${server.host}:${server.port}/api`,
headers: {