mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Merge branch 'master' into feature/talk-plugin-toxic-comments
This commit is contained in:
+2
-2
@@ -39,8 +39,8 @@ if (process.env.NODE_ENV === 'production') {
|
||||
});
|
||||
}
|
||||
|
||||
router.use('/client', express.static(path.join(__dirname, 'dist')));
|
||||
router.use('/public', express.static(path.join(__dirname, 'public')));
|
||||
router.use('/client', express.static(path.join(__dirname, '../dist')));
|
||||
router.use('/public', express.static(path.join(__dirname, '../public')));
|
||||
|
||||
/**
|
||||
* Serves a file based on a relative path.
|
||||
|
||||
Reference in New Issue
Block a user