aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs
diff options
context:
space:
mode:
authorivar <i@oiee.no>2023-10-08 01:22:29 +0200
committerivar <i@oiee.no>2023-10-08 01:22:29 +0200
commit0fa8060856fde1ac887d1fefe3940ac494d236cb (patch)
treea25262a14538b58d431afd21a2d47a4abed326ee /code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs
parentcf546fd4b9a1fbf77bccf5f0b713e688d29a66ad (diff)
downloadgreatoffice-0fa8060856fde1ac887d1fefe3940ac494d236cb.tar.xz
greatoffice-0fa8060856fde1ac887d1fefe3940ac494d236cb.zip
.
Diffstat (limited to 'code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs')
-rw-r--r--code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs b/code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs
index 163ddb6..6ac356a 100644
--- a/code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs
+++ b/code/api/src/Endpoints/V1/ApiTokens/CreateTokenRoute.cs
@@ -1,4 +1,5 @@
using System.Text;
+using IOL.GreatOffice.Api.Models.Database;
namespace IOL.GreatOffice.Api.Endpoints.V1.ApiTokens;