mdouchement / standardfile

Yet Another Standardfile (standardnotes server) Implementation written in Golang
MIT License
79 stars 9 forks source link

[libsf] Fix api requests paths #49

Closed cherya closed 3 years ago

cherya commented 3 years ago

My server is located on https://somedomen.com/notes and current client rewriting /notes path, so I fix it

mdouchement commented 3 years ago

Thank you for the PR! We can use https://golang.org/pkg/path/#Join to ensure paths are always clean.