mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-25 08:11:25 +00:00
api/service-config: add 'pro' subdomain to tiktok (#1507)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
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
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
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
This commit is contained in:
@@ -152,7 +152,7 @@ export const services = {
|
||||
":user/photo/:postId",
|
||||
"v/:postId.html"
|
||||
],
|
||||
subdomains: ["vt", "vm", "m", "t"],
|
||||
subdomains: ["vt", "vm", "m", "t", "pro"],
|
||||
},
|
||||
tumblr: {
|
||||
patterns: [
|
||||
|
||||
Reference in New Issue
Block a user