Skip to content

Commit

Permalink
fix: replace playground.dafnik.me with releases.datepollsystems.org
Browse files Browse the repository at this point in the history
Signed-off-by: Dafnik <[email protected]>
  • Loading branch information
Dafnik committed Oct 25, 2024
1 parent 22e5ff3 commit 94ceb9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/_shared/services/auth/auth-interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {AuthService, loginPwChangeUrl, loginUrl, refreshUrl} from './auth.servic
/**
* Don't intercept this requests
*/
const paths = [loginUrl, loginPwChangeUrl, refreshUrl, 'assets/i18n', 'playground.dafnik.me'];
const paths = [loginUrl, loginPwChangeUrl, refreshUrl, 'assets/i18n', 'releases.dafnik.me'];

let isRefreshing = false;
const nextAccessTokenSubject: BehaviorSubject<string | undefined> = new BehaviorSubject<string | undefined>(undefined);
Expand Down
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ bootstrapApplication(AppComponent, {
providers: [
provideDfxHelper(
withMobileBreakpoint(1200),
withBaseUrlInterceptor(EnvironmentHelper.getAPIUrl(), ['assets/i18n', 'assets/licenses.json', 'playground.dafnik.me']),
withBaseUrlInterceptor(EnvironmentHelper.getAPIUrl(), ['assets/i18n', 'assets/licenses.json', 'releases.datepollsystems.org']),
withLoggingInterceptor([
'json',
loginUrl,
loginPwChangeUrl,
requestPasswordChangeUrl,
sendPasswordChangeUrl,
refreshUrl,
'share.dafnik.me',
'releases.datepollsystems.org',
]),
withWindow(),
),
Expand Down Expand Up @@ -78,7 +78,7 @@ bootstrapApplication(AppComponent, {
biCacheInterceptor,
]),
),
provideBi(withCDN('https://playground.dafnik.me/bootstrap-icons/icons')),
provideBi(withCDN('https://releases.datepollsystems.org/kellner.team/bootstrap-icons/1.11.3')),
provideTransloco({
config: {
availableLangs: ['de'],
Expand Down

0 comments on commit 94ceb9b

Please sign in to comment.