diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-30 16:24:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-30 16:24:46 +0900 |
| commit | 6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7 (patch) | |
| tree | 1c128cae1b0846826269eb86abf731153071ea97 /src/docs/api/endpoints | |
| parent | Fix doc (diff) | |
| download | sharkey-6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7.tar.gz sharkey-6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7.tar.bz2 sharkey-6b567fdc0585cf77c8104df9b0a75c9fa7d41ec7.zip | |
ドキュメントにDisqus設置
Diffstat (limited to 'src/docs/api/endpoints')
| -rw-r--r-- | src/docs/api/endpoints/view.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/api/endpoints/view.pug b/src/docs/api/endpoints/view.pug index 1d7801ab4b..76e1183302 100644 --- a/src/docs/api/endpoints/view.pug +++ b/src/docs/api/endpoints/view.pug @@ -10,9 +10,9 @@ block main p#url span.method POST span.host - = url.host + = endpointUrl.host | / - span.path= url.path + span.path= endpointUrl.path if endpoint.desc p#desc= endpoint.desc[lang] || endpoint.desc['ja'] |