Can't read from file issue in Swagger UI

后端 未结 6 1690
无人共我
无人共我 2021-01-31 13:07

I have incorporated swagger UI in my application.

When I try and see the swagger UI, I get the documentation of the API nicely but after some time it shows some error i

6条回答
  •  半阙折子戏
    2021-01-31 14:00

    If you using PHP Laravel framework with L5-Swagger just uncomment

    'validatorUrl' => null,
    

    from the config file /config/l5-swagger.php

提交回复
热议问题