mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 06:00:52 +00:00
fix(r): Fixing the exports (#4761)
This commit is contained in:
parent
b19d241be7
commit
9754ef4f88
@ -4,6 +4,9 @@
|
|||||||
# Core
|
# Core
|
||||||
export(ApiClient)
|
export(ApiClient)
|
||||||
export(ApiResponse)
|
export(ApiResponse)
|
||||||
|
{{#useRlangExceptionHandling}}
|
||||||
|
export(ApiException)
|
||||||
|
{{/useRlangExceptionHandling}}
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
{{#models}}
|
{{#models}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user