receive OrderedBook event

This commit is contained in:
Vladislav Leonkev
2024-12-11 17:17:30 +01:00
parent db100bfda4
commit 1f14460797
6 changed files with 21 additions and 8 deletions

1
app/router/orders Symbolic link
View File

@@ -0,0 +1 @@
../../orders/app/orders

View File

@@ -58,6 +58,12 @@
"target": "/user/$1",
"destination": "bookstore-api",
"csrfProtection": true
},
{
"source": "^(.*)$",
"target": "$1",
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
}
]
}