Skip to content

Feature/macro

Rafael Corrêa Chaves requested to merge feature/macro into development

Macro is a bundle of reusable code logic you can use to create routes with a common pattern. By default it provides a resource macro. You can also overwrite an already defined macro by just defining a new one with the same name.

Merge request reports