Skip to content

Commit 23589e4

Browse files
committed
Add generated file comment
1 parent 312a8b3 commit 23589e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

generate-routes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ interface Endpoint {
2020
}
2121

2222
const renderRoute = (route: Route): string => `
23+
/*
24+
* Automaically generated by generate-routes.ts.
25+
* Do not edit this file or add other files to this directory.
26+
*/
27+
2328
${renderImports()}
2429
2530
${renderClass(route)}

0 commit comments

Comments
 (0)