🐛 Fix sphere swagger docs

This commit is contained in:
2025-12-27 16:08:00 +08:00
parent 23c435e036
commit 677d9761f9

View File

@@ -13,6 +13,7 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using NodaTime;
using Swashbuckle.AspNetCore.Annotations;
namespace DysonNetwork.Sphere.Chat;
@@ -564,6 +565,7 @@ public partial class ChatController(
}
[SwaggerIgnore]
public async Task<ActionResult<List<Shared.Models.Autocompletion>>> ChatAutoComplete(
[FromBody] AutocompletionRequest request, Guid roomId)
{