File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
client/petstore/typescript-axios/builds/composed-schemas/.openapi-generator
server/petstore/jaxrs-jersey Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ .gitignore
2
+ .npmignore
3
+ api.ts
4
+ base.ts
5
+ configuration.ts
6
+ git_push.sh
7
+ index.ts
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ mvn clean package jetty:run
17
17
You can then view the OpenAPI v2 specification here:
18
18
19
19
```
20
- http://localhost:80 /v2/swagger.json
20
+ http://localhost:8080 /v2/swagger.json
21
21
```
22
22
23
23
Note that if you have configured the ` host ` to be something other than localhost, the calls through
Original file line number Diff line number Diff line change 47
47
<stopKey >stopit</stopKey >
48
48
<stopWait >10</stopWait >
49
49
<httpConnector >
50
- <port >80 </port >
50
+ <port >8080 </port >
51
51
<idleTimeout >60000</idleTimeout >
52
52
</httpConnector >
53
53
</configuration >
You can’t perform that action at this time.
0 commit comments