访问api接口跳转页面
.env已经开启debug,然后想单独通过浏览器调试查看api接口,访问http://localhost:8000/api/index/index ,想直接在浏览器查看打印的数据。但是这个页面会默认跳转到http://localhost:8000/index.html#/ 请问在是哪里设置这个,可方便调试接口数据的
请先登录
.env已经开启debug,然后想单独通过浏览器调试查看api接口,访问http://localhost:8000/api/index/index ,想直接在浏览器查看打印的数据。但是这个页面会默认跳转到http://localhost:8000/index.html#/ 请问在是哪里设置这个,可方便调试接口数据的
请参考:https://doc.buildadmin.com/senior/server/apiDebug.html
- 1
前往