Skip to content

Commit

Permalink
chore: patch code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Jul 31, 2024
1 parent fa182db commit 1bfa5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/koa.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class KoaApplication extends Application {
},
static: {
rootDir: path.join(process.cwd(), './public'),
// uploadDir: path.join(process.cwd(), './public/upload'), default is undefined
// uploadDir: path.join(process.cwd(), './public/upload'), // default is undefined. Once this configuration is set, files will be transferred to this path.
},
body_parser: {}
}, config);
Expand Down

0 comments on commit 1bfa5f4

Please sign in to comment.