feat: themes controller

This commit is contained in:
Gabriellvl 2025-03-21 18:29:35 +01:00
parent b4fceeb958
commit d71f2deb89
4 changed files with 37 additions and 2 deletions

1
frontend/config.ts Normal file
View file

@ -0,0 +1 @@
export const API_BASE = "http://localhost:3000/api";