Skip to content
Snippets Groups Projects
Commit 92ae5f71 authored by Tonge, Marcus A (UG - Comp Sci & Elec Eng)'s avatar Tonge, Marcus A (UG - Comp Sci & Elec Eng)
Browse files
parents 313f2453 76df0a84
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ const AdminPageView = () => {
const loadLocations = async () => {
try {
const baseUrl = process.env.REACT_APP_LOCATION_SERVICE_ENDPOINT;
const response = await fetch(`${baseUrl}/location/parking-locations/all`, {
const response = await fetch(`${baseUrl}/location/parking-locations-all`, {
method: "GET",
headers: {
Authorization: `Bearer ${localStorage.getItem("token")}`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment