如何在swagger ui中显示当前的url?

时间:2018-05-23 15:00:02

标签: url swagger display hostname absolute-path

我想显示当前的网址,例如:https:// {hostname} / {pathname} ...,其中我正在运行swagger ui而不是硬编码的相对路径。是否有任何可能的解决方案,至少要获得当前的主机名? Like in the screenshot here where the same url is shown in swagger as well as in the adressbar of the browser.

我尝试了几件事,但似乎招摇的文字只能用硬编码。

1 个答案:

答案 0 :(得分:1)

我自己有这个需要,这是我的代码:

http 'https://api-adresse.data.gouv.fr/reverse/?lon=user_lon&lat=user_lat'

只需确保网址中swagger.json的路径正确无误。