fix(api): update socrates endpoint (#66849)

This commit is contained in:
Mrugesh Mohapatra
2026-04-08 04:03:23 +05:30
committed by GitHub
parent 7b8273e0e0
commit e456e28f16
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export const socratesRoutes: FastifyPluginCallbackTypebox = (
};
try {
const response = await fetch(SOCRATES_ENDPOINT, {
const response = await fetch(`${SOCRATES_ENDPOINT}/hint`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',