Skip to content

Commit

Permalink
Reworks OpenAPI generation/setup to mirror other projects (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel authored Oct 10, 2024
1 parent 61d90f6 commit dde29a2
Show file tree
Hide file tree
Showing 38 changed files with 1,953 additions and 203 deletions.
2 changes: 1 addition & 1 deletion config/apisix/apisix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ routes:
uris:
- "/checkout/result/*"
- "/static/*"
- "/api/schema/*"
- "/api/v0/schema/*"
- id: 2
name: "ue-default"
desc: "Wildcard route for the rest of the system - authentication required"
Expand Down
1 change: 0 additions & 1 deletion frontends/api/src/generated/.openapi-generator/VERSION

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions frontends/api/src/generated/v0/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.2.0
Loading

0 comments on commit dde29a2

Please sign in to comment.