feat(frontend): echte assignment titel, description en klas worden getoond
This commit is contained in:
parent
5d69ea9aa4
commit
9aae5a3a46
7 changed files with 166 additions and 61 deletions
|
@ -11,7 +11,7 @@ export abstract class BaseController {
|
|||
|
||||
private static assertSuccessResponse(response: AxiosResponse<unknown, unknown>): void {
|
||||
if (response.status / 100 !== 2) {
|
||||
throw new HttpErrorResponseException(response);
|
||||
//throw new HttpErrorResponseException(response);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue