feat(auth): enterprise authentication and user management

This commit is contained in:
Schubert Ferenc 2026-07-02 22:19:12 +02:00
parent 4bc8b20a21
commit 86a32a942c
36 changed files with 2239 additions and 324 deletions

View file

@ -1,5 +1,5 @@
import axios from "axios";
export const api = axios.create({
baseURL: "http://localhost:8000",
});
baseURL: "/api",
});