superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
47 stars 3 forks source link

fix(interpreter): `/` url will not error as absolute #297

Closed TheEdward162 closed 1 year ago

TheEdward162 commented 1 year ago

Description

The following map was returning an error about the url not being relative, even though it is considered relative to the base url and should work.

http GET '/' {}

Motivation and Context

Bug reported through Slack

Types of changes

Checklist: