Skip to content

Commit

Permalink
chore: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 12, 2024
1 parent 036508c commit 218d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nanotron/demo/api-server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apiServer.defineRoute({

apiServer.defineRoute({
method: 'GET',
url: '/hello',
url: '/hello2',
handler (connection) {
connection.serverResponse.replyJson({
ok: true,
Expand Down

0 comments on commit 218d375

Please # to comment.