Skip to content

Commit

Permalink
Backup auth
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed May 1, 2024
1 parent 9006fe6 commit 0d7becb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Protest/Http/Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ private static HashSet<string> PopulateAccessPath(string[] accessList) {
break;

case "backup:write":
//path.Add("");
path.Add("/config/backup/list");
path.Add("/config/backup/create");
path.Add("/config/backup/delete");
break;

case "update:write":
Expand Down

0 comments on commit 0d7becb

Please sign in to comment.