gbgssoftware
Results
2
issues of
gbgssoftware
### Preconditions (*) 1.OpenMage 20.1.0-rc3 2.PHP 7.4 Apache 2.4 ### Steps to reproduce (*) 1.Open http://site.loc/api/v2_soap/index in browser 2. ### Expected result (*) 1.URL can be opened 2. ### Actual...
needs investigation
Hi, in react code for list API call, no JSON is used ``` export function getFileContent(path) { return fetch(config.url_get_content + '?path=' + (encodeURIComponent(path) || '/')); }; ``` While in Angular...