We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391ad8f commit 3889797Copy full SHA for 3889797
src/api/addServer.ts
@@ -67,8 +67,8 @@ export async function addServer(
67
if (typeof prefix !== "undefined") {
68
if (prefix) {
69
var pathPrefix = prefix.trim();
70
- if (pathPrefix.charAt(0) !== '/') {
71
- pathPrefix = '/' + pathPrefix;
+ if (pathPrefix.charAt(0) !== "/") {
+ pathPrefix = "/" + pathPrefix;
72
}
73
spec.webServer.pathPrefix = pathPrefix;
74
0 commit comments