mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 15:49:42 +02:00
Update src/backend/server.ts
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
This commit is contained in:
parent
d841264931
commit
62d6031fca
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import cookieParser from 'cookie-parser';
|
|||
import routes from './routes/index.js';
|
||||
import HttpException from './exceptions/httpException.js';
|
||||
|
||||
const debug = Debug.debug('codex.editor.docs:server');
|
||||
const debug = Debug.debug('codex.docs:server');
|
||||
|
||||
/**
|
||||
* Get port from environment and store in Express.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue