我有一个Sails应用程序,在该应用程序中,我使用socket IO通知客户端某些事件。我将nginx作为代理服务器,这样每当请求有/node/anything时,它就会重定向到localhost:3000/anything。client and API runs on same domain (127.0.0.1) but API runs on 3000 port and client side app runs on 8080/js/dependen
我使用Codeigniter4 我已经添加了Routes.php $routes->get('/register', 'Auth::register'); 这是Auth.php public在表单提交后,我得到了错误: 404 - File Not Found
Controller or its method is not found: \App\Controllers\Register::index 我使用http://localhost</em