1
0
Fork 0
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:
Nikita Melnikov 2022-10-16 11:47:38 +08:00 committed by GitHub
parent d841264931
commit 62d6031fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.