restish icon indicating copy to clipboard operation
restish copied to clipboard

update default return url

Open tormodmacleod opened this issue 2 years ago • 0 comments

hello

this merge request may be misguided but i created issue #249 . i discovered that if i set

            "redirect_url": "http://localhost:8484"

in ~/.config/restish/apis.json i experience the issue but if i set

            "redirect_url": "http://localhost:8484/"

it works just fine. when i looked i discovered that this was changed in https://github.com/danielgtaylor/restish/commit/ac559b95dc5a4432103107ec621d2568f102499e and the trailing / was omitted. i'm assuming this was an error but if it's intentional please just disregard this merge request

tormodmacleod avatar Apr 16 '24 12:04 tormodmacleod