mirror of
https://github.com/Dokploy/cli.git
synced 2026-07-10 00:15:26 +02:00
feat: add list and create project
This commit is contained in:
@@ -42,13 +42,10 @@ export default class Verify extends Command {
|
||||
|
||||
const response = await axios.post(
|
||||
`${url}/api/trpc/auth.verifyToken`,
|
||||
{
|
||||
json: {
|
||||
token,
|
||||
},
|
||||
},
|
||||
{},
|
||||
{
|
||||
headers: {
|
||||
Authorization: `Bearer ${token}`,
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user