feat: add list and create project

This commit is contained in:
Mauricio Siu
2024-06-05 01:43:19 -06:00
parent 9f033de1b2
commit bec0dfa57f
12 changed files with 249 additions and 16 deletions

View File

@@ -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",
},
},