File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = localstack-extension-httpbin
3
- version = 0.1.2
3
+ version = 0.2.0
4
4
url = https://github.com/localstack/localstack-extensions/tree/main/httpbin
5
5
author = LocalStack
6
6
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class MailHogServer(Server):
29
29
It supports snapshot persistence by pointing the MH_MAILDIR_PATH to the asset directory.
30
30
"""
31
31
32
- default_web_path = "mailhog"
32
+ default_web_path = "_extension/ mailhog"
33
33
"""WebPath under which the UI is served (without leading or trailing slashes)"""
34
34
35
35
default_smtp_port = 25
@@ -76,7 +76,7 @@ def smtp_port(self) -> int:
76
76
def web_path (self ):
77
77
"""Returns the configured path under which the web UI will be available when using path-based
78
78
routing. This should be without trailing or prefixed slashes. by default, it results in
79
- http://localhost:4566/mailhog."""
79
+ http://localhost:4566/_extension/ mailhog."""
80
80
return os .getenv ("MH_UI_WEB_PATH" ) or self .default_web_path
81
81
82
82
def _create_env_vars (self ) -> dict :
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = localstack-extension-mailhog
3
- version = 0.1.2
3
+ version = 0.1.3
4
4
url = https://github.com/localstack/localstack-extensions/tree/main/mailhog
5
5
author = LocalStack
6
6
You can’t perform that action at this time.
0 commit comments