team-5/frontend/src/constants/ApiConstants.js

4 lines
125 B
JavaScript
Raw Normal View History

export const RADIOSTATION_URL = "http://localhost:8080/api";
export const CREATE_RADIOSTATION_ENDPOINT = "/radio-stations";