dev: register PermissionUtil
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

This commit is contained in:
KernelDeimos
2024-11-27 16:29:57 -05:00
parent d014814c36
commit c5cd8cc219
+1
View File
@@ -58,6 +58,7 @@ const install = async ({ services, app, useapi, modapi }) => {
def('Library', Library);
def('core.util.helpers', require('./helpers'));
def('core.util.permission', require('./services/auth/PermissionService').PermissionUtil);
def('puter.middlewares.auth', require('./middleware/auth2'));
def('puter.middlewares.anticsrf', require('./middleware/anticsrf'));