mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 18:50:54 +00:00
Update ServerManager.js
This commit is contained in:
parent
bfe046cf13
commit
ac19ad0c19
@ -650,7 +650,7 @@ export class ServerManager extends PsychObject
|
|||||||
&& (path.indexOf("pavlovia.org") === -1)
|
&& (path.indexOf("pavlovia.org") === -1)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
path = "https://devlovia.org/api/v2/proxy/" + path;
|
path = "https://pavlovia.org/api/v2/proxy/" + path;
|
||||||
}
|
}
|
||||||
|
|
||||||
const pathStatusData = this._resources.get(name);
|
const pathStatusData = this._resources.get(name);
|
||||||
|
Loading…
Reference in New Issue
Block a user