there was a slash in the url that should not have been there, removing it fixed the api call code from 307 back to 200

This commit is contained in:
csawatzky 2025-10-15 14:12:53 -06:00
parent bd7afb86c2
commit aea654fc18
2 changed files with 3 additions and 4 deletions

View file

@ -90,8 +90,7 @@ export default function InteractionProvider(props: PropsWithChildren<Props>) {
) => {
const view = otherTeam ? otherTeam : as
let url = pondURL(
"/interactions/forComponents/" +
"?componentIds=" +
"/interactions/forComponents?componentIds=" +
fullComponentLocations.toString() +
(view ? "&as=" + view : "")
)