From 22515b83b12bdd4b19696008edfe42000b184acc Mon Sep 17 00:00:00 2001 From: cawcenter Date: Tue, 16 Dec 2025 11:09:32 -0500 Subject: [PATCH] Fix: Import executeCommand from server.ts instead of client.ts --- src/pages/api/god/proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/god/proxy.ts b/src/pages/api/god/proxy.ts index 8715c39..2d325a2 100644 --- a/src/pages/api/god/proxy.ts +++ b/src/pages/api/god/proxy.ts @@ -1,5 +1,5 @@ import type { APIRoute } from 'astro'; -import { executeCommand } from '@/lib/directus/client'; +import { executeCommand } from '@/lib/directus/server'; export const POST: APIRoute = async ({ request }) => { // 1. Security (Token)