1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

Update ServerManager.js

This commit is contained in:
Alain Pitiot 2022-11-22 14:04:02 +01:00 committed by GitHub
parent bfe046cf13
commit ac19ad0c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,7 @@ export class ServerManager extends PsychObject
&& (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);