TreeGateway / tree-gateway

This is a full featured and free API Gateway
http://treegateway.com
MIT License
189 stars 42 forks source link

Treegateway add '/ ' to GET request trigerring 404 not found error #156

Open tfoutrein opened 6 years ago

tfoutrein commented 6 years ago

When i'm trying to use a simple API like this

name: chappie-tts
version: 0.1.0
path: chappie/tts
proxy:
    target:
        host: 'https://gateway_url/ms_chappie/api/readings'

there is a pb when calling chappie/tts?text=bonjour&audio_format=mp3 the service receive the request like this : https://gateway_url/ms_chappie/api/readings/?text=bonjour&audio_format=mp3

i think it's an issue, or perhaps if i've misunderstood the api

Thank you in advance