UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

13 lines (12 loc) 372 B
/** * Health check endpoint. * * This simple endpoint returns a JSON object indicating that the service is up. * It is typically used for monitoring and health checks. * * @returns An object with a status property set to 'up'. */ declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, { status: string; }>; export default _default;