Forgejo/routers/api
sillyguodong 36d1d5fb78
Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)
Close: #22910 

---
I'm confused about that why does the api (`GET
/repos/{owner}/{repo}/pulls/{index}/files`) require caller to pass the
parameters `limit` and `page`.
In my case, the caller only needs to pass a `skip-to` to paging. This is
consistent with the api `GET /{owner}/{repo}/pulls/{index}/files`
So, I deleted the code related to `listOptions`

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-20 22:22:34 +08:00
..
actions Implement actions (#21937) 2023-01-31 09:45:19 +08:00
packages Notify on container image create (#22806) 2023-02-18 13:36:38 +08:00
v1 Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921) 2023-02-20 22:22:34 +08:00