refactor(swagger): remove deprecated app.json check from swagger configuration

This commit is contained in:
Chang lue Tsen 2025-08-17 12:39:17 -04:00
parent 70a0fd96ab
commit 245f347d22

View File

@ -44,7 +44,6 @@ jobs:
run: |
test -f ./swagger/common.json
test -f ./swagger/user.json
test -f ./swagger/app.json
test -f ./swagger/admin.json
- name: Checkout target repository