Skip to content

Commit

Permalink
Merge pull request #67 from aryehraber/fix/save-config
Browse files Browse the repository at this point in the history
Fix/save config
  • Loading branch information
aryehraber authored Nov 12, 2019
2 parents 8746e0d + 1b745d1 commit 63fae8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Fetch/FetchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function boot()
if (! in_array($actionUrl, $excludes)) {
$excludes[] = $actionUrl;
Config::set('system.csrf_exclude', $excludes);
Config::save();
}
}

Expand Down
2 changes: 1 addition & 1 deletion Fetch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Fetch
version: 4.10.0
version: 4.10.1
description: Access data directly as JSON using GET/POST requests or via a simple tag.
url: https://statamic.com/marketplace/addons/fetch
developer: Aryeh Raber
Expand Down

0 comments on commit 63fae8d

Please sign in to comment.