mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
api/service-config: recognize facebook's mobile subdomain (#891)
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
3fe2bd3b7c
commit
0e09bf9895
@ -30,7 +30,7 @@ export const services = {
|
|||||||
"reel/:id",
|
"reel/:id",
|
||||||
"share/:shareType/:id"
|
"share/:shareType/:id"
|
||||||
],
|
],
|
||||||
subdomains: ["web"],
|
subdomains: ["web", "m"],
|
||||||
altDomains: ["fb.watch"],
|
altDomains: ["fb.watch"],
|
||||||
},
|
},
|
||||||
instagram: {
|
instagram: {
|
||||||
|
Loading…
Reference in New Issue
Block a user