mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-29 17:58:27 +00:00
api/service-config: recognize facebook's mobile subdomain (#891)
This commit is contained in:
parent
3fe2bd3b7c
commit
0e09bf9895
|
@ -30,7 +30,7 @@ export const services = {
|
|||
"reel/:id",
|
||||
"share/:shareType/:id"
|
||||
],
|
||||
subdomains: ["web"],
|
||||
subdomains: ["web", "m"],
|
||||
altDomains: ["fb.watch"],
|
||||
},
|
||||
instagram: {
|
||||
|
|
Loading…
Reference in a new issue