Delete Tokens.cs
This commit is contained in:
parent
af7eface11
commit
0d9a60c869
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
|
|
||||||
namespace Retroactiune.Controllers
|
|
||||||
{
|
|
||||||
[ApiController]
|
|
||||||
[Route("api/v1/[controller]")]
|
|
||||||
public class Tokens : ControllerBase
|
|
||||||
{
|
|
||||||
// TODO: Add tokens, list tokens (unused, used), delete tokens.
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue