Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Oct 24, 2023
1 parent d46d8f2 commit fe2cdf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"sandboxed",
"transpiled",
"typedoc",
"unshift",
"untracked"
],
"flagWords": [],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const { hawtioBackend } = require('@hawtio/backend-middleware')
module.exports = {
devServer: {
setupMiddlewares: (middlewares) => {
middlewares.push({
middlewares.unshift({
name: 'hawtio-backend',
path: '/proxy',
middleware: hawtioBackend({
Expand Down

0 comments on commit fe2cdf4

Please sign in to comment.