Added functionality to CreateStation Screen

This commit is contained in:
Noah Knapp 2025-08-01 22:16:33 +02:00
parent ea328d337a
commit 9dea570291
3 changed files with 35 additions and 34 deletions

View file

@ -0,0 +1,4 @@
export const RADIOSTATION_URL = "http://localhost:8080/api";
export const CREATE_RADIOSTATION_ENDPOINT = "/radio-stations";