JS and CSS URL change |
Hello,
I have a problem with a methohe from a controller. Indeed, when I call it the js and css loading path changes and they fail to load. correct path : http://localhost:8081/assets/images/logo.svg wrong path after method call : http://localhost:8081/update_user/assets...s/logo.svg Below my code PHP Code: $routes->get('/users', 'Admin/Users::index'); PHP Code: public function update_user($id) |
Messages In This Thread |
JS and CSS URL change - by eddoh - 08-21-2021, 03:37 AM
RE: JS and CSS URL change - by nfaiz - 08-22-2021, 12:05 AM
|