It's all fucked but we're gonna roll with it

This commit is contained in:
Noah Knapp 2025-08-01 23:59:24 +02:00
parent f70c15becc
commit cfae6fa49b
5 changed files with 42 additions and 47 deletions

View file

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