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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f45b-2c48b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f45b-2c48b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?