Skip to content

Commit

Permalink
fix missed ApiController
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Nov 3, 2024
1 parent bb2079b commit 81a8e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Argon.Api/Controllers/MetadataController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;

[ApiController]
public class MetadataController : ControllerBase
{
[HttpGet("/cfg.json")]
Expand Down

0 comments on commit 81a8e85

Please sign in to comment.