Dropdown options still not showing in UI

This commit is contained in:
padamsen_fisker
2024-04-27 10:53:28 -04:00
parent 77ed7507d4
commit cd6ac97b77
2 changed files with 2 additions and 1 deletions

View File

@@ -362,7 +362,7 @@ const vehiclesAPI = {
},
getOSVersions: async (token) => {
return fetch(`${API_ENDPOINT}/manifest/sums/active_os_versions/`, {
return fetch(`${API_ENDPOINT}/manifests_active_os_versions`, {
method: "GET",
headers: Object.assign(
{ "Content-Type": "application/json" },