3769 - Differentiate forbidden and unauthenticated - add product group filter (#153)

This commit is contained in:
Anders Gustafsson
2023-05-23 08:40:44 +02:00
committed by GitHub
parent 7f341f510e
commit 6feb7ee388
7 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ function throwForbidden() {
extensions: {
code: 'FORBIDDEN',
http: {
status: 401,
status: 403,
},
},
});