refactor apiv1 to api

This commit is contained in:
IluaAir
2025-10-15 22:39:26 +03:00
parent ffe9a27921
commit 19321e3ea2
5 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import {
} from "@/components/ui/card"
import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"
import { login } from "@/apiv1/auth.service"
import { login } from "@/api/auth.service"
import { Link } from "react-router"