mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
refactor: ⚡ update new api url to components
This commit is contained in:
parent
fb61846bbb
commit
58f55fa9fc
17 changed files with 30 additions and 30 deletions
|
|
@ -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');
|
||||
|
|
@ -15,7 +15,7 @@ export default function Index() {
|
|||
<Head>
|
||||
{/* <link
|
||||
rel='preload'
|
||||
href='/api/repo'
|
||||
href='/api/v1/repositories'
|
||||
as='fetch'
|
||||
crossorigin='anonymous'
|
||||
></link> */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue