Update Annotation model import to PsPdfKitAnnotation
Changed the import in ConfigController to use the PsPdfKitAnnotation namespace for annotation models instead of the previous Annotation namespace. This ensures the controller works with the updated annotation model definitions.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using EnvelopeGenerator.GeneratorAPI.Models.Annotation;
|
using EnvelopeGenerator.GeneratorAPI.Models.PsPdfKitAnnotation;
|
||||||
using Microsoft.AspNetCore.Authorization;
|
using Microsoft.AspNetCore.Authorization;
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
using Microsoft.Extensions.Options;
|
using Microsoft.Extensions.Options;
|
||||||
|
|||||||
Reference in New Issue
Block a user