diff --git a/resources/templates/api-schema.md.ejs b/resources/templates/api-schema.md.ejs index ca8b9f873..7ff2b5029 100644 --- a/resources/templates/api-schema.md.ejs +++ b/resources/templates/api-schema.md.ejs @@ -13,7 +13,7 @@ ```javascript import Api from "@softvisio/core/api"; -const api = new Api( "<%- webSocketsUrl %>" ) +const api = new Api( "<%- webSocketsUrl %>" ); ``` #### **HTTP** @@ -22,7 +22,7 @@ const api = new Api( "<%- webSocketsUrl %>" ) ```javascript import Api from "@softvisio/core/api"; -const api = new Api( "<%- httpUrl %>" ) +const api = new Api( "<%- httpUrl %>" ); ```