mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: rate limit
This commit is contained in:
parent
bb591604ac
commit
7a429ee5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class Help extends Component
|
|||
public function submit()
|
||||
{
|
||||
try {
|
||||
// $this->rateLimit(1, 1);
|
||||
$this->rateLimit(1, 60);
|
||||
$this->validate();
|
||||
$subscriptionType = auth()->user()?->subscription?->type() ?? 'Free';
|
||||
$debug = "Route: {$this->path}";
|
||||
|
|
|
|||
Loading…
Reference in a new issue