rename directory to filesystem

This commit is contained in:
2018-07-08 14:50:54 +02:00
parent a3c28705e7
commit 5affd9c869
2 changed files with 10 additions and 10 deletions

View File

@@ -44,10 +44,10 @@
{{template "api-list-post"}}
{{template "api-list-get"}}
<h2>Directory Methods</h2>
{{template "api-directory-path-post"}}
{{template "api-directory-path-get"}}
{{template "api-directory-path-delete"}}
<h2>Filesystem Methods</h2>
{{template "api-filesystem-path-post"}}
{{template "api-filesystem-path-get"}}
{{template "api-filesystem-path-delete"}}
{{template "footer"}}
</div>