Skip to content

Commit 746d145

Browse files
committed
[samples] Regenerate
1 parent 18ce686 commit 746d145

File tree

3 files changed

+9
-2
lines changed
  • samples
    • client/petstore/typescript-axios/builds/composed-schemas/.openapi-generator
    • server/petstore/jaxrs-jersey

3 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.gitignore
2+
.npmignore
3+
api.ts
4+
base.ts
5+
configuration.ts
6+
git_push.sh
7+
index.ts

samples/server/petstore/jaxrs-jersey/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mvn clean package jetty:run
1717
You can then view the OpenAPI v2 specification here:
1818

1919
```
20-
http://localhost:80/v2/swagger.json
20+
http://localhost:8080/v2/swagger.json
2121
```
2222

2323
Note that if you have configured the `host` to be something other than localhost, the calls through

samples/server/petstore/jaxrs-jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<stopKey>stopit</stopKey>
4848
<stopWait>10</stopWait>
4949
<httpConnector>
50-
<port>80</port>
50+
<port>8080</port>
5151
<idleTimeout>60000</idleTimeout>
5252
</httpConnector>
5353
</configuration>

0 commit comments

Comments
 (0)