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:
2026-01-30 13:07:00 +01:00
parent 8187924a8c
commit e17c4d02f8

View File

@@ -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;