SproutCMS

This is the code documentation for the SproutCMS project

source of /modules/HarborAndSprout/config/routes.php

  1. <?php
  2. $ns = 'SproutModules\\Karmabunny\\HarborAndSprout\\Controllers\\';
  3.  
  4. $config['google-drive/auth-connect'] = $ns . 'HarborController/googleAuthConnect';
  5. $config['google-drive/auth-action'] = $ns . 'HarborController/googleAuthAction';
  6.