diff --git a/src/api-viewer/APIViewer.js b/src/api-viewer/APIViewer.js index 61a1600..8f3759e 100644 --- a/src/api-viewer/APIViewer.js +++ b/src/api-viewer/APIViewer.js @@ -160,7 +160,7 @@ Ext.onReady(function() { if (info) { let endpoint = real_path(data.path); let usage = `
HTTP: | `; - usage += `${method} /api2/json/${endpoint} |