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:
parent
bd7afb86c2
commit
aea654fc18
2 changed files with 3 additions and 4 deletions
|
|
@ -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 : "")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue