Start Core Hub FastAPI replacement foundation
This commit is contained in:
parent
75963233b6
commit
1e87adbcbb
37 changed files with 3292 additions and 30 deletions
6
contracts/fixtures/api-v2/protected/unauthorized.json
Normal file
6
contracts/fixtures/api-v2/protected/unauthorized.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"detail": {
|
||||
"code": "unauthorized",
|
||||
"message": "Missing bearer token"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue