refactor: update new api url to components

This commit is contained in:
Ravinou 2025-04-19 21:30:59 +02:00
commit 58f55fa9fc
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7
17 changed files with 30 additions and 30 deletions

View file

@ -1,5 +1,5 @@
import { createMocks } from 'node-mocks-http';
import handler from '~/pages/api/v1/notif/email/send-test';
import handler from '~/pages/api/v1/notif/email/test';
import { getServerSession } from 'next-auth/next';
vi.mock('next-auth/next');

View file

@ -15,7 +15,7 @@ export default function Index() {
<Head>
{/* <link
rel='preload'
href='/api/repo'
href='/api/v1/repositories'
as='fetch'
crossorigin='anonymous'
></link> */}