Update ProjectLighthouse.Servers.Website/Controllers/AutoDiscoverController.cs
Some checks failed
Continuous Integration / Build & Test (push) Has been cancelled

Co-authored-by: Josh <josh@slendy.pw>
This commit is contained in:
Henry Asbridge 2025-06-07 14:59:10 +01:00 committed by GitHub
commit 96f48821f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ namespace LBPUnion.ProjectLighthouse.Servers.Website.Controllers;
public class AutoDiscoverController: ControllerBase
{
[ResponseCache(Duration = 86400)]
[HttpGet("/autodiscover")]
[HttpGet("autodiscover")]
[Produces("application/json")]
public IActionResult AutoDiscover()
{