Closed DerDackel closed 10 months ago
Please check if the PR fulfills these requirements
[x] The commit message describes your change
[x] Tests for the changes have been added if possible (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Generates the RestAPI class for a generated Rest API within the correct path.
Generated RestAPI class file (rest.$RESTAPINAM-api.generated.ts) is accidentally placed in $projectdir/absolue/path/to/project/src/generated.
rest.$RESTAPINAM-api.generated.ts
$projectdir/absolue/path/to/project/src/generated
File will be placed within the project dir again
Only insofar as that it fixes behavior that was broken before
Please check if the PR fulfills these requirements
[x] The commit message describes your change
[x] Tests for the changes have been added if possible (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Generates the RestAPI class for a generated Rest API within the correct path.
Generated RestAPI class file (
rest.$RESTAPINAM-api.generated.ts
) is accidentally placed in$projectdir/absolue/path/to/project/src/generated
.File will be placed within the project dir again
Only insofar as that it fixes behavior that was broken before