add origin response attribute

This commit is contained in:
2024-12-23 20:34:38 +08:00
parent 404a638d5e
commit bbc2806995
3 changed files with 20 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
using System;
namespace SimApi.Attributes;
[AttributeUsage(AttributeTargets.Method)]
public class OriginResponseAttribute : Attribute
{
}