app property

FinchApp app
getter/setter pair

A list of functions that return a list of FinchRoute objects based on the incoming Request rq.

These functions are used to define the routes available for the API.

Implementation

FinchApp app;