AdminController; DbBackup route

This commit is contained in:
Michał Zieliński
2023-09-01 18:23:53 +02:00
parent 0be0ce4b1c
commit 095fc10ac8
8 changed files with 124 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ namespace WebAPI.Models
error,
}
public enum LogType {
import
import,
backup
}
public class LogEntry
{