Browse Source

Fix missing assetlinks.json

pull/4938/head
Thomas Kaul 2 weeks ago
parent
commit
57573d5d29
  1. 4
      apps/api/src/app/app.module.ts

4
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,

Loading…
Cancel
Save