mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-26 09:35:28 +02:00
feat: add list and create project
This commit is contained in:
4
src/utils/http.ts
Normal file
4
src/utils/http.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const headers = {
|
||||
"Content-Type": "application/json",
|
||||
"User-Agent": "Dokploy CLI",
|
||||
};
|
||||
Reference in New Issue
Block a user