Revert "feat(data-access): move puter.js read to app driver"

This reverts commit 2139551abf.

It looks like this breaks dev-center because the file associations
aren't properly sent. I will need to investigate this.
This commit is contained in:
KernelDeimos
2026-01-22 00:35:56 -05:00
committed by Eric Dubé
parent 70f58b08eb
commit b98f1be5fb
+1 -1
View File
@@ -190,7 +190,7 @@ class Apps {
if ( typeof args[0] === 'object' && args[0] !== null ) {
options.params = args[0];
}
return this.#addUserIterationToApp(await utils.make_driver_method(['uid'], 'puter-apps', 'app', 'read').call(this, options));
return this.#addUserIterationToApp(await utils.make_driver_method(['uid'], 'puter-apps', 'es:app', 'read').call(this, options));
};
delete = async (...args) => {