We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__AppController
1 parent 1f743f5 commit f761549Copy full SHA for f761549
packages/migrate/src/analyzers/MigrateControllerAnalyzer.ts
@@ -13,7 +13,7 @@ export namespace MigrateControllerAnalyzer {
13
const name: string =
14
route.operation()["x-samchon-controller"] ??
15
(route.accessor.length <= 1
16
- ? "App"
+ ? "__App"
17
: route.accessor.slice(0, -1).map(StringUtil.capitalize).join("")) +
18
"Controller";
19
MapUtil.take(collection)(name)(() => ({
0 commit comments