Remove http/static_dir support #1463
Labels
A-http
Area: HTTP frontend
breaking change
A breaking change that requires a major version bump
C-enhancement
Category: A PR with an enhancement or an issue with an enhancement proposal
Milestone
The
http/static_dir
config value was deprecated in Mopidy 1.0 almost a year ago. We should remove it entirely because:http/static_dir
can only be used by a single client.http/static_dir
hides the list of other installed clients (that is, it is always available athttp://.../mopidy/
).http/static_dir
as a development tool.Tasks:
config_lib.Deprecated()
mopidy/http/ext.conf
_get_mopidy_request_handlers()
)http/static_dir
in examplesThe text was updated successfully, but these errors were encountered: