Skip to content

Commit

Permalink
add rest delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Nov 5, 2024
1 parent 6050aee commit 195eebc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import it.pn.frontend.e2e.pages.destinatario.personaGiuridica.*;
import it.pn.frontend.e2e.pages.mittente.*;
import it.pn.frontend.e2e.rest.RestContact;
import it.pn.frontend.e2e.rest.RestDelegation;
import it.pn.frontend.e2e.rest.RestNotification;
import it.pn.frontend.e2e.section.CookiesSection;
import it.pn.frontend.e2e.section.destinatario.personaFisica.HeaderPFSection;
Expand Down Expand Up @@ -117,7 +118,7 @@
AccettazioneRichiestaNotifica.class,
RecuperoOTPRecapiti.class,
BackgroundTest.class,
GeneraApiKeySection.class
GeneraApiKeySection.class,

})
@EnableScheduling
Expand Down

0 comments on commit 195eebc

Please sign in to comment.