Skip to content

Commit

Permalink
chore: fix dev server domain (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jan 17, 2025
1 parent 9640374 commit c64282d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/types/req.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export * from '@app/lib/types/common.ts';

const turnstileDescription = `需要 [turnstile](https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/)
next.bgm.tv 域名对应的 site-key 为 \`0x4AAAAAAABkMYinukE8nzYS\`
dev.bgm38.com 域名使用测试用的 site-key \`1x00000000000000000000AA\``;
dev.bgm38.tv 域名使用测试用的 site-key \`1x00000000000000000000AA\``;

export const FilterMode = t.String({
$id: 'FilterMode',
Expand Down
10 changes: 5 additions & 5 deletions routes/__snapshots__/index.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion routes/private/routes/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function setup(app: App) {
next.bgm.tv 域名对应的 site-key 为 \`0x4AAAAAAABkMYinukE8nzYS\`
dev.bgm38.com 域名使用测试用的 site-key \`1x00000000000000000000AA\``,
dev.bgm38.tv 域名使用测试用的 site-key \`1x00000000000000000000AA\``,
operationId: 'login',
tags: [Tag.Auth],
response: {
Expand Down
2 changes: 1 addition & 1 deletion routes/private/routes/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export async function setup(app: App) {
next.bgm.tv 域名对应的 site-key 为 \`0x4AAAAAAABkMYinukE8nzYS\`
dev.bgm38.com 域名使用测试用的 site-key \`1x00000000000000000000AA\``,
dev.bgm38.tv 域名使用测试用的 site-key \`1x00000000000000000000AA\``,
params: t.Object({
topicID: t.Integer({ examples: [371602] }),
}),
Expand Down

0 comments on commit c64282d

Please sign in to comment.