Removed unused comment

This commit is contained in:
Alexis Leboeuf
2026-01-08 18:02:50 +01:00
parent b4779f6007
commit 787eafbfae

View File

@@ -6,7 +6,6 @@ import { AdminDTO, AthleteDTO, CoachDTO } from "./classesDTO";
const api = axios.create({
// backend listens on 8081 and controllers are mounted at root (no /api prefix)
baseURL: "http://localhost:8081/api",
headers: {
"Content-Type": "application/json",