lwazi 1.10.2 → 1.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwazi",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "Lwazi is an AI assistant for Laravel. Install with one command to add an AI assistant to your Laravel app.",
5
5
  "main": "bin/lwazi.js",
6
6
  "bin": {
@@ -119,7 +119,7 @@ class GraphVisualizer
119
119
  $result .= ':' . $port;
120
120
  }
121
121
 
122
- return rtrim($result, '/');
122
+ return $result . '/';
123
123
  }
124
124
 
125
125
  protected function getPageLabel(string $url): string