Merge branch 'main' into main

This commit is contained in:
Christian Georgi
2021-11-09 17:55:55 +01:00
committed by GitHub
42 changed files with 11009 additions and 397 deletions

View File

@@ -1,4 +1,4 @@
using { AdminService } from '../../db/schema';
using { AdminService } from '@capire/bookshop';
using from '../common'; // to help UI linter get the complete annotations
////////////////////////////////////////////////////////////////////////////

View File

@@ -1,3 +0,0 @@
<head>
<meta http-equiv="refresh" content="0;url=bookshop/index.html">
</head>

View File

@@ -1,3 +0,0 @@
<head>
<meta http-equiv="refresh" content="0;url=reviews/index.html">
</head>

View File

@@ -6,7 +6,4 @@ using from './admin/fiori-service';
using from './browse/fiori-service';
using from './common';
using from '@capire/common';
// only works in case of embedded orders service
using from '@capire/orders/app/orders/fiori-service';
using from '@capire/bookstore/srv/mashup';