UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

9 lines (7 loc) 199 B
import type { RequestHandler } from "./$types"; // No official icon yet, avoid sveltekite errors export const GET: RequestHandler = async () => { return new Response(null, { status: 404, }); };