Added Directus System Endpoint and displaying files

This commit is contained in:
Samuel Andert
2023-09-13 13:49:56 +02:00
parent b1185b44dd
commit 91b351ef2e
14 changed files with 2898 additions and 16 deletions

View File

@ -0,0 +1,8 @@
query {
system_db_files {
id
title
type
filename_disk
}
}