We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a54d00 commit 20ba03cCopy full SHA for 20ba03c
package.json
@@ -46,7 +46,7 @@
46
"debug": "^4.0.1",
47
"express": "^5.2.1",
48
"node-pty": "^1.0.0",
49
- "router": "^1.3.3",
+ "router": "^2.2.0",
50
"socket.io": "^4.8.1",
51
"squad": "^3.0.0",
52
"string-to-argv": "^1.0.0",
server/gritty.js
@@ -45,7 +45,7 @@ module.exports = (options = {}) => {
45
const {prefix = '/gritty'} = options;
router
- .route(`${prefix}/*`)
+ .route(`${prefix}/*name`)
.get(terminalFn(options))
.get(staticFn);
0 commit comments