Prepare home page for migration

This commit is contained in:
2019-02-12 21:51:01 +01:00
parent 32f715e65f
commit e8a9beb9a5
4 changed files with 94 additions and 78 deletions

View File

@@ -72,16 +72,16 @@
{{template "api-file-id-get"}}
{{template "api-file-id-info-get"}}
{{template "api-file-id-thumbnail-get"}}
{{template "api-file-id-delete"}}
{{/*template "api-file-id-delete"*/}}
<h2>List Methods</h2>
{{template "api-list-post"}}
{{template "api-list-get"}}
<h2>Filesystem Methods</h2>
{{template "api-filesystem-path-post"}}
{{template "api-filesystem-path-get"}}
{{template "api-filesystem-path-delete"}}
<!--<h2>Filesystem Methods</h2>-->
{{/*template "api-filesystem-path-post"*/}}
{{/*template "api-filesystem-path-get"*/}}
{{/*template "api-filesystem-path-delete"*/}}
{{template "footer"}}
</div>