diff --git a/apps/api/src/app/app.module.ts b/apps/api/src/app/app.module.ts index 219d05564..8f342eb43 100644 --- a/apps/api/src/app/app.module.ts +++ b/apps/api/src/app/app.module.ts @@ -127,8 +127,8 @@ import { UserModule } from './user/user.module'; } }), ServeStaticModule.forRoot({ - serveRoot: '/.well-known', - rootPath: join(__dirname, '..', 'client', '.well-known') + rootPath: join(__dirname, '..', 'client', '.well-known'), + serveRoot: '/.well-known' }), SitemapModule, SubscriptionModule,