Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder authored Oct 6, 2023
1 parent 35d7e75 commit 3be576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/bun-hono/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3be576a

Please sign in to comment.