Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup setup #7

Merged
merged 4 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# onecx-tenant-bff
OneCx Tenant Management BFF
OneCX Tenant BFF
17 changes: 0 additions & 17 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion 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/onecx-tenant-bff.yaml</inputSpec>
<inputSpec>src/main/openapi/openapi-bff.yaml</inputSpec>
<apiPackage>gen.org.tkit.onecx.tenant.bff.rs.internal</apiPackage>
<modelPackage>gen.org.tkit.onecx.tenant.bff.rs.internal.model</modelPackage>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/onecx/docker-quarkus-native:0.2.0
FROM ghcr.io/onecx/docker-quarkus-native:0.3.0

COPY --chown=1001:root target/*-runner /work/application
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ servers:
- url: https://localhost:8080
tags:
- name: tenant
description: tenant bff
description: OneCX Tenant BFF
paths:
/tenants/search:
post:
Expand Down Expand Up @@ -78,7 +78,7 @@ paths:
- read
tags:
- tenant
summary: Get Tenant map by GUID
summary: Get Tenant by id
operationId: getTenant
parameters:
- name: id
Expand Down
Loading