This commit is contained in:
2025-09-14 19:34:53 +02:00
parent da735935e9
commit 2ea82efe6b
70 changed files with 4381 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { boot } from 'quasar/wrappers';
import axios from 'axios';
const api = axios.create({
baseURL: "https://localhost:5555"
baseURL: "https://darts.rhm176.de"
});
export default boot(({ app }) => {