wraithlight / wraithlight-mono

My beloved MMORPG Game. And a whole platform.
GNU General Public License v3.0
1 stars 0 forks source link

url combiner #818

Closed kfarkasHU closed 1 week ago

kfarkasHU commented 2 weeks ago

since the client services get the base url as ctor param, and the path is being used from constants, it would be awesome to have an utility that is responsible for concatenating them


const url = createUrl(this._baseUrl, path);