Skip to content

Implement addons integration to basic route

Short list:

  1. Installed addons should be listed at config.json;
  2. Each addon should provide methods for basic and api routes, these methods should be listed at own config.json;
  3. Use addon settings at own config.json to build basic and api routes at basic_routes_with_handler().
Edited by Konstantin Narkhov