Skip to content

Commit

Permalink
Merge pull request #71 from Kanahiro/chores
Browse files Browse the repository at this point in the history
fix: debugpost -> editor
  • Loading branch information
Kanahiro authored May 24, 2024
2 parents d725a9e + d025769 commit 608dc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function initServer(options: InitServerOptions) {
const hono = new Hono();
if (options.debug) {
hono.get('/debug', getDebugPage);
hono.get('/debugpost', postDebugPage);
hono.get('/editor', postDebugPage);
}
hono.get('/health', (c) => c.text('OK'));

Expand Down

0 comments on commit 608dc41

Please sign in to comment.