We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670b8e3 commit 641e483Copy full SHA for 641e483
BlazorDiffusion.ServiceModel/MigrateOldArtifacts.cs
@@ -3,6 +3,7 @@
3
4
namespace BlazorDiffusion.ServiceModel;
5
6
+[ValidateIsAdmin]
7
public class MigrateOldArtifacts : IGet, IReturn<MigrateOldArtifactsResponse>
8
{
9
public int? Limit { get; set; }
0 commit comments