Files
kycnotme/web/src/pages/api/v1/service/get.ts
2025-05-31 09:21:32 +00:00

8 lines
227 B
TypeScript

import { actions } from 'astro:actions'
import { makeEndpointFromAction } from '../../../../lib/endpoints'
import type { APIRoute } from 'astro'
export const QUERY: APIRoute = makeEndpointFromAction(actions.api.service.get)