testeranto 0.79.4 → 0.79.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,10 +111,10 @@ new MongoClient(`mongodb://${process.env.MONGO_HOST || "127.0.0.1"}:27017`).conn
111
111
  const huddleModdle = ChatChannel.discriminator("Huddle", HuddleSchema);
112
112
  const roomsModel = ChatChannel.discriminator("Room", RoomSchema);
113
113
  app.get("/TaskManFrontend.js", (req, res) => {
114
- res.sendFile(`${process.cwd()}/dist/prebuild/TaskManFrontEnd.js`);
114
+ res.sendFile(`${process.cwd()}/TaskManFrontEnd.js`);
115
115
  });
116
116
  app.get("/TaskManFrontEnd.css", (req, res) => {
117
- res.sendFile(`${process.cwd()}/dist/prebuild/TaskManFrontEnd.css`);
117
+ res.sendFile(`${process.cwd()}/TaskManFrontEnd.css`);
118
118
  });
119
119
  app.get("/testeranto.json", (req, res) => {
120
120
  res.sendFile(`${process.cwd()}/docs/testeranto.json`);