summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/CaptchaService.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-04 10:16:03 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-04 10:16:03 +0900
commit22ccb0fa716a84560c8599781647baaaeb8e80bd (patch)
tree2c89d24ad7fd3ee46c4edc434fa54f189eba2ae9 /packages/backend/src/core/CaptchaService.ts
parentFix forkbomb 2 (diff)
downloadsharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.tar.gz
sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.tar.bz2
sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.zip
refactor
Diffstat (limited to 'packages/backend/src/core/CaptchaService.ts')
-rw-r--r--packages/backend/src/core/CaptchaService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/CaptchaService.ts b/packages/backend/src/core/CaptchaService.ts
index b2bc24ac2c..b60271812c 100644
--- a/packages/backend/src/core/CaptchaService.ts
+++ b/packages/backend/src/core/CaptchaService.ts
@@ -2,7 +2,7 @@ import { Inject, Injectable } from '@nestjs/common';
import { DI } from '@/di-symbols.js';
import type { UsersRepository } from '@/models/index.js';
import type { Config } from '@/config.js';
-import { HttpRequestService } from './HttpRequestService.js';
+import { HttpRequestService } from '@/core/HttpRequestService.js';
type CaptchaResponse = {
success: boolean;