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
CRUD API relative data file path is relative to config file instead of the API file
Expected behaviour
Relative data file path resolves relatively to the api definition file
Actual behaviour
Relative data file path resolves relatively to the proxy config file
Steps to reproduce
put the API definition and API data file in a subfolder
from the API file, refer to the API data file in the same directory
in the proxy config, point to the API file > proxy looks for the data file in the same folder as the proxy config file instead of the API definition file