diff --git a/application/controllers/api/v1/APIAuth.php b/application/controllers/api/v1/APIAuth.php index b8d24f9b8..8f6ed1cf2 100644 --- a/application/controllers/api/v1/APIAuth.php +++ b/application/controllers/api/v1/APIAuth.php @@ -10,6 +10,7 @@ * @link http://whisperocity.com/ * @since Version 1.0 * @filesource + * @example curl -H "FHC-API-Key: testapikey@fhcomplete.org" http://localhost/fhcomplete/index.ci.php/api/v1/APIAuth/login?code=aladsfasdf */ // ------------------------------------------------------------------------