Skip to content

Commit dc26da4

Browse files
committed
fix regex
1 parent 3cec487 commit dc26da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ async def get_top_page_origins(
935935
"origin": {
936936
"$regexFind": {
937937
"input": "$url",
938-
"regex": "^https?://([^/])+",
938+
"regex": "^https?://([^/]+)",
939939
}
940940
}
941941
}

0 commit comments

Comments
 (0)