Skip to content

Commit a3ba5e6

Browse files
committed
Fix URL
1 parent a217e5b commit a3ba5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function post() {
140140

141141
// Append project UUID if provided
142142
if (projectUuid) {
143-
queryUrl += `p/${projectUuid}/`;
143+
queryUrl += `projects/${projectUuid}?`;
144144
}
145145

146146
// Build label selector string

0 commit comments

Comments
 (0)