add compose box to email
This commit is contained in:
@@ -90,6 +90,10 @@ app.use(
|
||||
"/js",
|
||||
express.static(path.join(__dirname, "../node_modules/sortablejs"))
|
||||
);
|
||||
app.use(
|
||||
"/js",
|
||||
express.static(path.join(__dirname, "../node_modules/tinymce"))
|
||||
);
|
||||
app.use(
|
||||
"/js",
|
||||
express.static(path.join(__dirname, "../node_modules/teamsnap.js/lib/"))
|
||||
|
||||
Reference in New Issue
Block a user