mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
refactor(agents): reorganize into actions/components/schemas/hooks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use server"
|
||||
import {getMasterServerKeyContent} from "@/features/agents/keys.action";
|
||||
import {getMasterServerKeyContent} from "@/features/agents/actions/keys.action";
|
||||
|
||||
export async function generateEdgeKey(serverUrl: string, agentId: string): Promise<string> {
|
||||
const masterKey = await getMasterServerKeyContent()
|
||||
|
||||
Reference in New Issue
Block a user