Laravel access routes that do not exist

I created a

in web.php.

Route::get ("/ ad/crate", "aaa@aaa");

routing.

and in the controller, point to a blade template. It was normal at first, but somehow, all of a sudden, the route was bound to another blade template.

it is useless for me to check it several times.

later, I deleted the above route in the route.

results the web address / ad/create can still be accessed.

Why is this?
.
has been resolved.

Jun.01,2022

uses route caching

Menu