Skip to content

Commit

Permalink
Make ckeditor usable again
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
albbas committed Feb 12, 2025
1 parent ac66d2c commit 392f515
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ server.use("/spellcheck/lf/giella3/ckgiella",
express.static(path.join(__dirname, "public"))
);

server.use("/ckeditor",
express.static(path.join(__dirname, "node_modules/ckeditor"))
server.use(
"/ckeditor",
express.static(path.join(__dirname, "node_modules/ckeditor4"))
);

server.use(express.static(
Expand Down

0 comments on commit 392f515

Please sign in to comment.