igorlira / dirplayer-rs

A web-compatible Shockwave Player emulator written in Rust
GNU General Public License v3.0
50 stars 10 forks source link

Fix get_base_url #1

Closed aromaa closed 6 months ago

aromaa commented 6 months ago

The previous code was inserting commas instead of slashes as path separator. Also simplified the code to use the join method instead which does the same thing and it also preserves the trailing slash.