Skip to content

Commit 641e483

Browse files
committed
Protect MigrateOldArtifacts
1 parent 670b8e3 commit 641e483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BlazorDiffusion.ServiceModel/MigrateOldArtifacts.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace BlazorDiffusion.ServiceModel;
55

6+
[ValidateIsAdmin]
67
public class MigrateOldArtifacts : IGet, IReturn<MigrateOldArtifactsResponse>
78
{
89
public int? Limit { get; set; }

0 commit comments

Comments
 (0)