Skip to content

Commit 5036c49

Browse files
committed
api/service-config/tiktok: remove trailing forward slash from a pattern
1 parent ab13f78 commit 5036c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/processing/service-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const services = {
136136
tiktok: {
137137
patterns: [
138138
":user/video/:postId",
139-
"i18n/share/video/:postId/",
139+
"i18n/share/video/:postId",
140140
":shortLink",
141141
"t/:shortLink",
142142
":user/photo/:postId",

0 commit comments

Comments
 (0)