Skip to content

Commit

Permalink
renaming package
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Dec 3, 2024
1 parent 301c91e commit 93294d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.organization;
package it.gov.pagopa.pu.organization;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.organization.config;
package it.gov.pagopa.pu.organization.config;

import io.swagger.v3.oas.models.Components;
import io.swagger.v3.oas.models.OpenAPI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.organization.config;
package it.gov.pagopa.pu.organization.config;

import io.swagger.v3.oas.models.OpenAPI;
import io.swagger.v3.oas.models.info.Info;
Expand Down

0 comments on commit 93294d1

Please sign in to comment.