mirror of
https://github.com/Dokploy/cli.git
synced 2026-07-07 23:15:26 +02:00
refactor: update CLI
This commit is contained in:
@@ -66,7 +66,7 @@ export default class ProjectCreate extends Command {
|
||||
|
||||
try {
|
||||
const response = await axios.post(
|
||||
`${auth.url}/api/trpc/project.createCLI`,
|
||||
`${auth.url}/api/trpc/project.create`,
|
||||
{
|
||||
json: {
|
||||
description,
|
||||
|
||||
Reference in New Issue
Block a user