Added first steps towards user auth to the app

This commit is contained in:
Noah Knapp 2025-08-02 05:08:21 +02:00
parent db8ab4e166
commit fb355414ab
5 changed files with 66 additions and 5 deletions

View file

@ -2,3 +2,4 @@ export const RADIOSTATION_URL = "http://localhost:8080/api";
export const CREATE_RADIOSTATION_ENDPOINT = "/radio-stations";
export const LIST_RADIOSTATIONS_ENDPOINT = "/radio-stations";
export const ADD_CLIENT_ENDPOINT = "/clients/connect";