mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-27 04:08:39 +00:00
feat(config): update file path, add post endpoint
This commit is contained in:
@ -188,7 +188,7 @@ const Page = () => {
|
||||
} as SettingsType;
|
||||
|
||||
const response = await fetch(
|
||||
`${process.env.NEXT_PUBLIC_API_URL}/config`,
|
||||
`/api/config`,
|
||||
{
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
Reference in New Issue
Block a user