Added first steps towards user auth to the app
This commit is contained in:
parent
db8ab4e166
commit
fb355414ab
5 changed files with 66 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue