api/service-config/tiktok: remove trailing forward slash from a pattern

This commit is contained in:
wukko 2025-03-25 18:32:05 +06:00
parent ab13f78326
commit 5036c492b8
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -136,7 +136,7 @@ export const services = {
tiktok: { tiktok: {
patterns: [ patterns: [
":user/video/:postId", ":user/video/:postId",
"i18n/share/video/:postId/", "i18n/share/video/:postId",
":shortLink", ":shortLink",
"t/:shortLink", "t/:shortLink",
":user/photo/:postId", ":user/photo/:postId",