mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 13:19:42 +02:00
remove console log
This commit is contained in:
parent
c532007755
commit
a3c87bb2c7
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ function createApp(): express.Express {
|
||||||
if (appConfig.uploads.driver === 'local') {
|
if (appConfig.uploads.driver === 'local') {
|
||||||
const uploadsPath = path.join(cwd, appConfig.uploads.local.path);
|
const uploadsPath = path.join(cwd, appConfig.uploads.local.path);
|
||||||
|
|
||||||
console.log(uploadsPath);
|
|
||||||
app.use('/uploads', express.static(uploadsPath));
|
app.use('/uploads', express.static(uploadsPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue