mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
8e25a02568
commit
88da092fdb
38 changed files with 125 additions and 124 deletions
|
|
@ -46,7 +46,7 @@ export default async (options, config) => {
|
|||
app.use(logger('dev'));
|
||||
|
||||
if (prefix)
|
||||
app.get('/', (req, res) => res.redirect(prefix + '/'));
|
||||
app.get('/', (req, res) => res.redirect(`${prefix}/`));
|
||||
|
||||
const socketServer = new Server(server, {
|
||||
path: `${prefix}/socket.io`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue