mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Version API endpoints
This commit is contained in:
parent
204404bd8d
commit
802eeb8d39
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ namespace PluralKit.API.Controllers
|
|||
{
|
||||
[ApiController]
|
||||
[Route("m")]
|
||||
[Route("v1/m")]
|
||||
public class MemberController: ControllerBase
|
||||
{
|
||||
private MemberStore _members;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue