Built-in Decorators
There are a few already defined built-in decorators you can use throughout your app.
&limit
Limit the number of requests the same IP can make to a route. Read more.
&basic
Automatically generate the standard database model structure with an initialization and serialization method. Read more.
Last updated