You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Javascript, there are many places where we use fetch(loris.BaseURL + url, {credentials: 'same-origin'}). This should probably be factorized somewhere so that the URL and header do not need to be repeated.
The text was updated successfully, but these errors were encountered:
In Javascript, there are many places where we use
fetch(loris.BaseURL + url, {credentials: 'same-origin'})
. This should probably be factorized somewhere so that the URL and header do not need to be repeated.The text was updated successfully, but these errors were encountered: