Skip to content

Commit

Permalink
Authorize POST requests
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 13, 2023
1 parent 766808b commit 3feb14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/src/Http/LiveEditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LiveEditController extends BaseController

public function handle(): Response
{
// TODO: Implement handle() method.
$this->authorizePostRequest();
}

public static function enabled(): bool
Expand Down

0 comments on commit 3feb14c

Please sign in to comment.