We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a283ab commit 6f99f77Copy full SHA for 6f99f77
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
- Add application/javascript response content
12
13
### Changed
14
+- Move server to api64.ipify.org
15
- Switch contact details to OpenAPI Clients Factory project
16
- Upgrade Swaggy C to 4.10.0
17
- Upgrade OpenAPI Generator to 7.12.0
specification/ipify.yml
@@ -11,7 +11,7 @@ info:
url: https://github.com/oapicf/openapi-ipify
email: [email protected]
servers:
- - url: https://api.ipify.org
+ - url: https://api64.ipify.org
paths:
/:
get:
0 commit comments