AdminController; DbBackup route
This commit is contained in:
@@ -29,6 +29,9 @@ namespace WebAPI.Controllers
|
||||
case LogType.import:
|
||||
type = "Import";
|
||||
break;
|
||||
case LogType.backup:
|
||||
type = "Backup";
|
||||
break;
|
||||
default:
|
||||
type = "Other"; // should never happen
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user