Closed kellyselden closed 5 years ago
Turns
this.get('foo/:id', (schema, { params }) => { // ... });
into
this['foo/:id'];
Turns
into