Added site index file and created_at

This commit is contained in:
2026-04-06 18:01:37 +02:00
parent 3f1deae70e
commit 38fcdbf391
9 changed files with 59 additions and 14 deletions
+2
View File
@@ -100,6 +100,8 @@ const NewSite = () => {
domain,
spa,
enabled: true,
not_found_file: '',
index_file: '',
});
console.log('Created site:', data);
};