Use new API endpoint URL

This commit is contained in:
2026-05-15 11:24:21 +00:00
parent de355ff2f9
commit 06df8b0be1

View File

@@ -31,7 +31,7 @@ class ObjectRetriever implements CustomCacheAndLogInterface {
private $objects;
private $defaultReader;
const CO_API_URL = 'https://api.cloudobjects.net/';
const CO_API_URL = 'https://od.coid.link/';
const REVISION_PROPERTY = 'coid://cloudobjects.io/isAtRevision';