kodepandai / lunox-framework

The Lunox Framework (Deprecated)
MIT License
22 stars 2 forks source link

BUG Router Parameter in windows only #16

Closed malikkubs closed 2 years ago

malikkubs commented 2 years ago

kalo memakai router seperti loacalhost:8000/:slug di linux, css styling tidak dapat berjalan, dan di windows menampilkan halaman 404

sedangkan memakai router seperti localhost:8000/test/slug di linux dapat menampiklan halaman secara sempurna, sedangkan di windows menampilkan 404 bukan 303 ye.

axmad386 commented 2 years ago

confirmed. Can be reproduced on windows only example:

Route.get('/article/:slug', ()=>'OK');

will return OK in linux but 404 on windows. Thanks for report @malikkubs

axmad386 commented 2 years ago

Fixed in v1.7.1 please update lunox framework to the latest version.

pnpm add lunox@latest