mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-25 17:24:25 +01:00
Import hono with an import alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Context } from '@/deps.ts';
|
||||
import type { Context } from 'hono';
|
||||
|
||||
const emptyArrayController = (c: Context) => c.json([]);
|
||||
const emptyObjectController = (c: Context) => c.json({});
|
||||
|
||||
Reference in New Issue
Block a user