Commit 1f9c71c
Fixes oatpp generator to expose network server on 0.0.0.0 instead of localhost (OpenAPITools#22330)
* Change server address from 'localhost' to '0.0.0.0'
* Change server connection to listen on all interfaces1 parent 9afff13 commit 1f9c71c
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- modules/openapi-generator/src/main/resources/cpp-oatpp-server
- samples/server/petstore/cpp-oatpp
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments