Remove unversioned API endpoints

This commit is contained in:
Ske
2020-07-28 19:59:28 +02:00
parent fb236726aa
commit 45775f2e8e
5 changed files with 1 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ namespace PluralKit.API
[ApiController]
[ApiVersion("1.0")]
[Route("msg")]
[Route( "v{version:apiVersion}/msg" )]
public class MessageController: ControllerBase
{