Added functionality to CreateStation Screen
This commit is contained in:
parent
ea328d337a
commit
9dea570291
3 changed files with 35 additions and 34 deletions
4
frontend/src/constants/ApiConstants.js
Normal file
4
frontend/src/constants/ApiConstants.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
export const RADIOSTATION_URL = "http://localhost:8080/api";
|
||||
|
||||
export const CREATE_RADIOSTATION_ENDPOINT = "/radio-stations";
|
Loading…
Add table
Add a link
Reference in a new issue