added css

This commit is contained in:
2021-11-15 13:17:43 +01:00
parent 96e0853d20
commit bab5ef0a93
7 changed files with 127 additions and 140 deletions

View File

@@ -9,7 +9,7 @@ import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
public class RestController {
public class DataController {
private static final String ALL_EVENTS_ENDPOINT = "http://localhost:8080/vpr/all-events";
private static final String ALL_USERS_ENDPOINT = "http://localhost:8080/vpr/all-users";