injectIn method
Adds this handler to the given router with Method.get and path '/'
Override to add differently.
Implementation
@override
void injectIn(RelicRouter router) => router.anyOf(methods, path, asHandler);
Adds this handler to the given router with Method.get and path '/'
Override to add differently.
@override
void injectIn(RelicRouter router) => router.anyOf(methods, path, asHandler);