How to route the client 'GET' request from one API to another another API with same end points using Falcon in python?

后端 未结 0 995
孤独总比滥情好
孤独总比滥情好 2021-01-13 09:05

I have two APIs with same end points. Like this:

API_1 = /takeout/{t_note}
        /serve/{t_note}/{m_note}

API_2 = /takeout/{t_note}
        /serve/{t_note}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题