Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 480a16d

Browse files
committed
remove bookshop service, rename app router directory
1 parent 44088c6 commit 480a16d

File tree

14 files changed

+8
-201
lines changed

14 files changed

+8
-201
lines changed

app-router/bookshop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../bookshop/app/vue

app-router/orders

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../orders/app/orders

app-router/reviews

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../reviews/app/vue
Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
{
1515
"source": "^/admin/(.*)$",
1616
"target": "/admin/$1",
17-
"destination": "bookshop-api",
17+
"destination": "bookstore-api",
1818
"csrfProtection": true
1919
},
2020
{
2121
"source": "^/browse/(.*)$",
2222
"target": "/browse/$1",
23-
"destination": "bookshop-api",
23+
"destination": "bookstore-api",
2424
"csrfProtection": true
2525
},
2626
{
2727
"source": "^/user/(.*)$",
2828
"target": "/user/$1",
29-
"destination": "bookshop-api",
29+
"destination": "bookstore-api",
3030
"csrfProtection": true
3131
},
3232
{
@@ -41,24 +41,6 @@
4141
"destination": "reviews-api",
4242
"csrfProtection": true
4343
},
44-
{
45-
"source": "^/mashup/admin/(.*)$",
46-
"target": "/admin/$1",
47-
"destination": "bookstore-api",
48-
"csrfProtection": true
49-
},
50-
{
51-
"source": "^/mashup/browse/(.*)$",
52-
"target": "/browse/$1",
53-
"destination": "bookstore-api",
54-
"csrfProtection": true
55-
},
56-
{
57-
"source": "^/mashup/user/(.*)$",
58-
"target": "/user/$1",
59-
"destination": "bookstore-api",
60-
"csrfProtection": true
61-
},
6244
{
6345
"source": "^(.*)$",
6446
"target": "$1",

app/router/bookshop

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/router/orders

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/router/reviews

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)