Skip to content

Commit

Permalink
resolve merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Sep 28, 2024
1 parent eafe1c7 commit 85f5450
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ excludedEndpoints:
- 'api/apollon-diagrams/{diagramId}/title'
- 'api/courses/{courseId}/answer-messages'
- 'api/courses/{courseId}/answer-messages/{answerMessageId}'

# helperFromHere
- 'api/courses/{courseId}/messages'
- 'api/courses/{courseId}/messages/{messageId}'
- 'api/courses/{courseId}/messages/similarity-check'
Expand Down Expand Up @@ -94,6 +92,16 @@ excludedEndpoints:
- 'api/test-repository/{exerciseId}'
- 'api/courses'
- 'api/courses/{courseId}/download-archive'
- 'api/public/pyris/pipelines/competency-extraction/runs/{runId}/status'
- 'api/exercises/{exerciseId}/feedback-details'
- 'api/files/user/profile-pictures/{userId}/*'
- 'api/account'
- 'api/account/ssh-public-key'
- 'api/account/user-vcs-access-token'
- 'api/public/account'
- 'api/public/account/change-language'
- 'api/public/saml2'
- 'api/public/logout'

# Issue: #9372 and #9371
- 'api/courses/{courseId}/students'
Expand Down

0 comments on commit 85f5450

Please sign in to comment.