ingeniasoftware / luthier-ci

Improved routing, middleware support, authentication tools and more for CodeIgniter 3 framework
https://luthier.ingenia.me/ci/en/
MIT License
150 stars 38 forks source link

404 on API routes #9

Closed primapwd closed 6 years ago

primapwd commented 6 years ago

Hi, I have this route

Route::get('api/test', function () {
    echo json_encode(['msg' => 'Hello World!']);
});

And whenever I call the route via ajax, it's always return 404 page not found. Any idea? Or is it still experimental?

andersonsalas commented 6 years ago

Thanks for report it. I'll fix that in a moment

andersonsalas commented 6 years ago

Version 0.2.0 released :+1:

primapwd commented 6 years ago

Ah, thank you for fixing this. :+1: