Skip to content

Commit

Permalink
Cleanup some api documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Jan 27, 2024
1 parent f4b2d8e commit 6838ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions API/Controllers/SettingsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,8 @@ public ActionResult<bool> IsValidCron(string cronExpression)
}

/// <summary>
/// Sends a test email from the Email Service.
/// Sends a test email to see if email settings are hooked up correctly
/// </summary>
/// <param name="dto"></param>
/// <returns></returns>
[Authorize(Policy = "RequireAdminRole")]
[HttpPost("test-email-url")]
Expand Down

0 comments on commit 6838ac9

Please sign in to comment.