mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 08:28:39 +00:00
Update ProjectLighthouse.Servers.Website/Controllers/AutoDiscoverController.cs
Some checks failed
Continuous Integration / Build & Test (push) Has been cancelled
Some checks failed
Continuous Integration / Build & Test (push) Has been cancelled
Co-authored-by: Josh <josh@slendy.pw>
This commit is contained in:
parent
ec9f8f3472
commit
96f48821f9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue