Compare commits

..

2 Commits

Author SHA1 Message Date
Thea Schöbl
58a86e2389 feat: email client prototype 2024-11-04 13:14:24 +00:00
ef6c25ee4b feat: email client prototype 2024-11-04 14:13:59 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ export class MailAdapterService {
}): Observable<T> {
return this.httpClient.request<T>(
options.method ?? 'GET',
`https://cumulet.rz.uni-frankfurt.de/${options.path?.map(encodeURIComponent).join('/') ?? ''}${
`http://localhost:4000/${options.path?.map(encodeURIComponent).join('/') ?? ''}${
options.options
? `?${Object.entries(options.options).map(item => item.map(encodeURIComponent).join('='))}`
: ''

View File

@@ -19,7 +19,6 @@ import german from '../../assets/i18n/de.json';
const exceptions = new Set(
[
'ID',
'login',
'ok',
'protein',