mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-18 21:55:23 +02:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
export const headers = {
|
|
"Content-Type": "application/json",
|
|
"User-Agent": "Dokploy CLI",
|
|
};
|