Files
coolify/resources/views/errors/429.blade.php
T

12 lines
332 B
PHP

@extends('layouts.base')
@section('body')
<body class="text-black dark:text-inherit">
<x-toast />
<x-error-page
code="429"
title="Woah, slow down there!"
description="You're making too many requests. Please wait a few seconds before trying again." />
</body>
@endsection