@worktango/ai-assistant 0.0.31 → 0.0.32
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.
- package/dist/express.js +1 -1
- package/package.json +1 -1
package/dist/express.js
CHANGED
|
@@ -4465,7 +4465,7 @@ import_dayjs6.default.extend(import_timezone2.default);
|
|
|
4465
4465
|
function setupAiAssistantRoutes(args) {
|
|
4466
4466
|
const logger = coalesce(args.logger, console);
|
|
4467
4467
|
const routePath = args.route ?? "/ai-assistant";
|
|
4468
|
-
args.app.
|
|
4468
|
+
args.app.use(
|
|
4469
4469
|
routePath,
|
|
4470
4470
|
...coalesce(args.preflightMiddlewares, []),
|
|
4471
4471
|
async (req, res) => {
|