You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, API paths are for example api/Requirement/all, because [controller] is replaced with Requirement. Using a parameter transformer, we can convert these paths to e.g. api/requirement/all without renaming the class.
The text was updated successfully, but these errors were encountered:
Currently, API paths are for example
api/Requirement/all
, because[controller]
is replaced withRequirement
. Using a parameter transformer, we can convert these paths to e.g.api/requirement/all
without renaming the class.The text was updated successfully, but these errors were encountered: