mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(api): update socrates endpoint (#66849)
This commit is contained in:
committed by
GitHub
parent
7b8273e0e0
commit
e456e28f16
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user