Problem with Laravel API in production

2

I deployed an API in laravel. The problem that is occurring is the following: the online API always returns me '200 ok', without reaching at least the login controller. With this same API, I ran the test on localhost and it worked. Do I need to set any more permissions?

    
asked by anonymous 15.06.2018 / 17:10

0 answers