mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
Add optional password to the download url
This commit is contained in:
@@ -143,6 +143,6 @@ module.exports = {
|
||||
],
|
||||
devServer: {
|
||||
compress: true,
|
||||
setup: IS_DEV ? require('./server/dev') : undefined
|
||||
before: IS_DEV ? require('./server/dev') : undefined
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user