mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
Compare commits
2 Commits
58a86e2389
...
927f847e5c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
927f847e5c | ||
| 5b7272c31e |
@@ -28,7 +28,7 @@ export class MailAdapterService {
|
|||||||
}): Observable<T> {
|
}): Observable<T> {
|
||||||
return this.httpClient.request<T>(
|
return this.httpClient.request<T>(
|
||||||
options.method ?? 'GET',
|
options.method ?? 'GET',
|
||||||
`http://localhost:4000/${options.path?.map(encodeURIComponent).join('/') ?? ''}${
|
`https://cumulet.rz.uni-frankfurt.de/${options.path?.map(encodeURIComponent).join('/') ?? ''}${
|
||||||
options.options
|
options.options
|
||||||
? `?${Object.entries(options.options).map(item => item.map(encodeURIComponent).join('='))}`
|
? `?${Object.entries(options.options).map(item => item.map(encodeURIComponent).join('='))}`
|
||||||
: ''
|
: ''
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import german from '../../assets/i18n/de.json';
|
|||||||
|
|
||||||
const exceptions = new Set(
|
const exceptions = new Set(
|
||||||
[
|
[
|
||||||
|
'ID',
|
||||||
'login',
|
'login',
|
||||||
'ok',
|
'ok',
|
||||||
'protein',
|
'protein',
|
||||||
|
|||||||
Reference in New Issue
Block a user