mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use ssrFetcher for saving via /api/save
This commit is contained in:
parent
a9b431708c
commit
d57b335870
1 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
|||
import type { NextApiRequest, NextApiResponse } from 'next'
|
||||
import {
|
||||
SaveResponseData,
|
||||
saveUrlMutation,
|
||||
} from '../../lib/networking/mutations/saveUrlMutation'
|
||||
import { SaveResponseData } from '../../lib/networking/mutations/saveUrlMutation'
|
||||
import { ssrFetcher } from '../../lib/networking/networkHelpers'
|
||||
import { v4 as uuidv4 } from 'uuid'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue