邮差退货“没有收到任何回应”.点击我创建的localhost laravel api路由


Postman returns "could not get any response" when hitting localhost laravel api route that I created

我只是从api开始,所以如果我错过了一些非常明显的东西,请原谅我。我正在使用xampp为我的本地主机,我已经在Laravel Route::post('/register', 'RegisterController@register');中制作了这个api路由

我的应用程序的名称是forum-api

这是我用来通过邮差访问api的路由(我怀疑问题很可能是这条路由):

http://localhost: 8080/forum-api.app/api/登记

每当我发送一个请求,我得到一个错误说"Could not get any response"

我有这个问题;这就是实际情况

我在url栏中输入了unknownweb.com/api/cars/23/parts/34

代替 https://unknownweb.com/api/cars/23/parts/34