feat: sample data
This commit is contained in:
@@ -19,7 +19,7 @@ type BaseRequestParams = Partial<{
|
||||
|
||||
const getBaseRequest = ({ path, body, method }: BaseRequestParams): Request => {
|
||||
return new Request(`http://localhost:3040/${path}`, {
|
||||
headers: { userId: "fcc22dbb-7792-4595-be8e-d0439e13990a" },
|
||||
headers: { userId: "1db09f34-b155-4bf2-b606-dda25365fc89" },
|
||||
body,
|
||||
method,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user