00f42855e3
- due to the structure of our API controllers, the docName and methods are under the same structure - this code loops over the keys of the controller and forms the method map - however, it currently also loops over every character of the docName, so the resulting map contains a weird structure of chars - we don't need the docName for this, so we can just exclude it from the keys - this doesn't change any functionality |
||
---|---|---|
.. | ||
serializers | ||
utils | ||
validators | ||
api-framework.js | ||
Frame.js | ||
headers.js | ||
http.js | ||
pipeline.js |