feat: teacher en student frontend controllers

This commit is contained in:
Gabriellvl 2025-03-21 23:23:33 +01:00
parent bfb9598fa1
commit 52364d717c
6 changed files with 172 additions and 0 deletions

1
frontend/config.ts Normal file
View file

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