1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

Move request models to core (#6667)

* Move request models to core

* Fix build

* Fix

* Undo changes
This commit is contained in:
Bernd Schoolmann
2025-12-02 19:54:40 +01:00
committed by GitHub
parent 5b8b394982
commit de5a81bdc4
6 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#nullable enable
using Bit.Api.KeyManagement.Models.Requests;
using Bit.Core.KeyManagement.Models.Api.Request;
using Xunit;
namespace Bit.Api.Test.KeyManagement.Models.Request;