mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 09:54:34 -05:00
* Cleanup subpath handling * Move webUI serve setup logic to WebInterfaceManager * Fix webUI subpath injection Dynamic subpath support on the client requires using relative paths for everything. Without a <base> tag this only works when opening the client on the root path. Any subpath will result in a blank page because the used url to request e.g., an asset will be invalid and cause an error (type mismatch, since the index.html will be returned for any unmatch route).