fix: autumn provider backend url
This commit is contained in:
@@ -92,8 +92,8 @@ export function MainLayout() {
|
||||
|
||||
return (
|
||||
<AutumnProvider
|
||||
// backendUrl={import.meta.env.VITE_BACKEND_URL}
|
||||
backendUrl="http://localhost:8080"
|
||||
backendUrl={import.meta.env.VITE_BACKEND_URL}
|
||||
// backendUrl="http://localhost:8080"
|
||||
includeCredentials={true}
|
||||
>
|
||||
<NuqsAdapter>
|
||||
|
||||
Reference in New Issue
Block a user