feat: add support for using branches in CMS
This commit is contained in:
@@ -18,6 +18,7 @@ export async function request<T>(
|
||||
try {
|
||||
client.setHeaders({
|
||||
access_token: env.CMS_ACCESS_TOKEN,
|
||||
branch: env.CMS_BRANCH,
|
||||
"Content-Type": "application/json",
|
||||
...params?.headers,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user