Skip to content

Commit

Permalink
Specify SwggerIgnore attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Aug 12, 2024
1 parent 2b71906 commit 08aa9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetIntoTeachingApi/Models/Crm/Candidate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace GetIntoTeachingApi.Models.Crm
{
[Entity("contact")]
[SwaggerIgnore]
[GetIntoTeachingApi.Attributes.SwaggerIgnore]
public class Candidate : BaseModel
{
public static readonly Guid AdviserBusinessUnitId = new Guid("1A61F629-F502-E911-A972-000D3A23443B");
Expand Down

0 comments on commit 08aa9da

Please sign in to comment.