SauceLLC / sauce4zwift

Sauce for Zwift™
GNU General Public License v3.0
106 stars 26 forks source link

path.join for mod webpage generates wrong urn if running at microsoft windows #54

Closed BasWeg closed 1 year ago

BasWeg commented 1 year ago

Hi, the mod webpage is only acassible with linux, since "urn" is getting the wrong slashes \ at a windows machine.

https://github.com/SauceLLC/sauce4zwift/blob/92670d18201934b811ccd91ff2590f16bd8fcaa8/src/webserver.mjs#L360 Maybe path.posix.join can help? best regards Bastian

BasWeg commented 1 year ago

resolved by commit: f967a2c05ea714f214f947675eada33e79d99c31 Thank you!