Please tell me how to configure routing in tp5.1 so that it cannot be accessed using localhost/servername.
<?php
use think/facade/Route;
##////Bind the current url to the blog control of the index module Index operation of the server
Route::bind('index/blog/index')