From 3be576a077eef587537714e094dbb143c6d32f5a Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Fri, 6 Oct 2023 07:35:34 -0700 Subject: [PATCH] Update app.js --- example/bun-hono/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/bun-hono/app.js b/example/bun-hono/app.js index 73e103a..d616622 100644 --- a/example/bun-hono/app.js +++ b/example/bun-hono/app.js @@ -21,7 +21,7 @@ await addLocale('es', './public/locales/es.js') const app = new Hono() -app.use('/*', serveStatic({ root: './public' })) // https://github.com/honojs/node-server#serve-static-middleware +app.use('/*', serveStatic({ root: './public' })) app.get('/', async (c) => { let d = {