Skip to content

Commit

Permalink
expose custom-view to service-info api
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed Feb 22, 2024
1 parent 976f85d commit 9d490dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/api/service-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ const handlePost = (_req: NextApiRequest, res: NextApiResponse<ExerciseServiceIn
grade_endpoint_path: `${prefix}/api/grade`,
public_spec_endpoint_path: `${prefix}/api/public-spec`,
model_solution_spec_endpoint_path: `${prefix}/api/model-solution`,
has_custom_view: true,
})
}

0 comments on commit 9d490dc

Please sign in to comment.