@palbase/backend 33.0.1 → 33.0.2
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/bin/palbase-backend.cjs.map +1 -1
- package/dist/bin/palbase-backend.js +2 -2
- package/dist/{chunk-BRLJOXWS.js → chunk-AAT5G7KY.js} +2 -2
- package/dist/{chunk-BRLJOXWS.js.map → chunk-AAT5G7KY.js.map} +1 -1
- package/dist/{chunk-IKDONZ5D.js → chunk-C6COAB3E.js} +2 -2
- package/dist/engine/index.cjs.map +1 -1
- package/dist/engine/index.js +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/openapi/index.cjs +1 -1
- package/dist/openapi/index.cjs.map +1 -1
- package/dist/openapi/index.js +1 -1
- package/package.json +1 -1
- package/template/AGENTS.md +7 -7
- package/template/modules/health/health.controller.ts +7 -4
- package/template/modules/notes/dto/create.ts +4 -3
- package/template/modules/notes/notes.controller.ts +8 -6
- /package/dist/{chunk-IKDONZ5D.js.map → chunk-C6COAB3E.js.map} +0 -0
package/dist/index.js
CHANGED
package/dist/openapi/index.cjs
CHANGED
|
@@ -6738,7 +6738,7 @@ function resolveController(ctor) {
|
|
|
6738
6738
|
}
|
|
6739
6739
|
const meta = ctor[CONTROLLER_META];
|
|
6740
6740
|
if (!meta) {
|
|
6741
|
-
throw new TypeError("resolveController: class is not a @Controller \u2014
|
|
6741
|
+
throw new TypeError("resolveController: class is not a @Controller \u2014 decorate it with `@Controller(path)` and list it in a module's `controllers`");
|
|
6742
6742
|
}
|
|
6743
6743
|
return meta;
|
|
6744
6744
|
}
|