fix: dubbel punt moet niet in link
This commit is contained in:
parent
4a7b321b53
commit
c7c3a209e1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export class QuestionController extends BaseController {
|
|||
loId: LearningObjectIdentifierDTO;
|
||||
|
||||
constructor(loId: LearningObjectIdentifierDTO) {
|
||||
super(`learningObject/${loId.hruid}/:${loId.version}/questions`);
|
||||
super(`learningObject/${loId.hruid}/${loId.version}/questions`);
|
||||
this.loId = loId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue