Skip to content

Commit 2b5854d

Browse files
committed
Revert "update base_url"
This reverts commit 759c6ee.
1 parent 759c6ee commit 2b5854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/client/petstore/elixir/config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# General application configuration
88
import Config
99

10-
config :openapi_petstore, base_url: "https://petstore.swagger.io/v2"
10+
config :openapi_petstore, base_url: "http://petstore.swagger.io:80/v2"
1111

1212
# Import environment specific config. This must remain at the bottom
1313
# of this file so it overrides the configuration defined above.

0 commit comments

Comments
 (0)