Redirect ?json and /_meta to ?meta

This commit is contained in:
MICHAEL JACKSON
2017-08-18 15:49:12 -07:00
parent e86421240d
commit 6b482f1099
5 changed files with 37 additions and 52 deletions

View File

@ -43,8 +43,8 @@ Append a `/` at the end of a URL to view a listing of all the files in a package
</tr>
<tr>
<td>`meta`</td>
<td>`undefined`</td>
<td>Return metadata about a file in a package as JSON (e.g. `/any/file?meta`)</td>
<td></td>
<td>Return metadata about any file in a package as JSON (e.g. `/any/file?meta`)</td>
</tr>
</tbody>
</table>