Files
Gogs/internal
Bharat Nallan 268c692efd api: group "/contents" with "" and "/*" #5985 (#5986)
This PR groups the contents api endpoint with both `""` and `/*` as
valid URL patterns.

When `""` is the URL pattern, this means that no repo path has'nt been
provided, in which case the path would be the default repo path.

When  `"/*"` is the URL pattern, then this would return the contents at
the specified path if it's valid.

Github API v3 is conformant to this behavior and have verified it
locally.
2020-03-13 22:37:42 +08:00
..
2020-03-11 00:30:51 +08:00
2020-01-29 19:36:57 +08:00
2020-02-29 22:24:20 +08:00
2020-02-19 23:45:02 +08:00
2020-02-29 22:24:20 +08:00