Skip to content

Commit

Permalink
code review Markus and Stephan
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Oct 18, 2024
1 parent b30acc2 commit 92e0b29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ excludedEndpoints:
- 'api/courses/{courseId}/learning-path/me'
- 'api/learning-path/{learningPathId}/start'
- 'api/learning-path/{learningPathId}/competency-graph'
- 'api/courses/{courseId}/learning-path/competency-instructor-graph'
- 'api/learning-path/{learningPathId}/relative-navigation'
- 'api/learning-path/{learningPathId}/navigation'
- 'api/learning-path/{learningPathId}/competencies'
Expand Down Expand Up @@ -188,16 +189,15 @@ excludedEndpoints:
- 'api/programming-exercises/{exerciseId}/exercise-hints/{exerciseHintId}/title'
- 'api/programming-exercises/{exerciseId}/solution-entries/{solutionEntryId}'
- 'api/programming-exercises/{exerciseId}/code-hints/{codeHintId}/solution-entries'
- 'api/programming-exercises/${exerciseId}/code-hints/${codeHintId}/generate-description'
- 'api/programming-exercises/{exerciseId}/test-cases/{testCaseId}/solution-entries'
- 'api/programming-exercises/{exerciseId}/code-hints'
- 'api/programming-exercises/{exerciseId}/tasks-with-unassigned-test-cases'
- 'api/programming-exercises/{exerciseId}/testwise-coverage-report'
- '.well-known/assetlinks.json'
- 'api/exercises/{exerciseId}/title'
# - 'api/participations/{participationId}/withLatestResult'
- 'api/participations/{participationId}/with-latest-result'
- 'api/aeolus/templates/{language}/{projectType}'
# - 'api/aeolus/templateScripts/{language}/{projectType}'
- 'api/aeolus/template-scripts/{language}/{projectType}'
- 'api/lectures/{lectureId}/title'
- 'api/exams/active'
Expand Down

0 comments on commit 92e0b29

Please sign in to comment.