Skip to content

Commit

Permalink
fix: rename openapi file (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Apr 17, 2024
1 parent d3a776c commit 0218d75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# onecx-help-bff
OneCx help BFF
OneCX Help BFF
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<goal>generate</goal>
</goals>
<configuration>
<inputSpec>src/main/openapi/openapi-help-bff.yaml</inputSpec>
<inputSpec>src/main/openapi/openapi-bff.yaml</inputSpec>
<apiPackage>gen.org.tkit.onecx.help.bff.rs.internal</apiPackage>
<modelPackage>gen.org.tkit.onecx.help.bff.rs.internal.model</modelPackage>
</configuration>
Expand Down Expand Up @@ -176,7 +176,7 @@
<artifactId>download-maven-plugin</artifactId>
<executions>
<execution>
<id>help-bff</id>
<id>help-svc-internal</id>
<phase>generate-resources</phase>
<goals>
<goal>wget</goal>
Expand Down
File renamed without changes.

0 comments on commit 0218d75

Please sign in to comment.