Skip to content

Commit

Permalink
feat: update permission client to product rest api (#69)
Browse files Browse the repository at this point in the history
* feat: move permission v1 api to product repository

* feat: move permission v1 api to product repository
  • Loading branch information
andrejpetras authored Oct 23, 2024
1 parent d199391 commit ba5fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://raw.githubusercontent.com/onecx/onecx-permission-svc/main/src/main/openapi/onecx-permission-v1.yaml</url>
<url>https://raw.githubusercontent.com/onecx/onecx-permission/main/openapi/onecx-permission-v1.yaml</url>
<outputDirectory>target/tmp/openapi</outputDirectory>
<outputFileName>onecx-permission-svc-v1.yaml</outputFileName>
<skipCache>true</skipCache>
Expand Down

0 comments on commit ba5fee1

Please sign in to comment.