Skip to content

Commit

Permalink
Merge pull request #126 from MathieuNls/109_api_endpoints
Browse files Browse the repository at this point in the history
api endpoints #109
  • Loading branch information
MathieuNls committed Apr 19, 2016
2 parents effc0b3 + 519dcda commit cbaa7b8
Show file tree
Hide file tree
Showing 31 changed files with 5,033 additions and 72 deletions.
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
$config['csrf_cookie_name'] = 'csrf_cookie_name';
$config['csrf_expire'] = 7200;
$config['csrf_regenerate'] = FALSE;
$config['csrf_exclude_uris'] = array();
$config['csrf_exclude_uris'] = array('api/[a-z\/]+');

/*
|--------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit cbaa7b8

Please sign in to comment.