mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-30 18:44:20 +01:00
Upgrade hono, switch it to use JSR
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Context } from 'hono';
|
||||
import { Context } from '@hono/hono';
|
||||
|
||||
const emptyArrayController = (c: Context) => c.json([]);
|
||||
const emptyObjectController = (c: Context) => c.json({});
|
||||
|
||||
Reference in New Issue
Block a user