Wagtail-API:html_url不包含端口

时间:2018-03-08 00:29:29

标签: wagtail

我通过href传递html_url。但是,由于它不包含端口8000,请求被拒绝(错误:“localhost拒绝连接。”)。

get-request:json

"items": [
     { "id": 3,
       "meta": { "type": "home.HomePage", 
                 "detail_url": "http://localhost/api/v2/pages/3/", 
                 "html_url": "http://localhost/", 
                 "slug": "home", 
                 "first_published_at": "2018-02-11T03:08:18.344199Z" 
        }, 
        "title": "Home" 
}]

有没有办法包括我的端口?

0 个答案:

没有答案