Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Dec 10, 2024
1 parent ea96b60 commit 38a7fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const config = {
async rewrites() {
return [
{
source: '/api/event',
destination: '/proxy/api/event'
source: '/proxy/api/event',
destination: 'https://pl.ecency.com/api/event'
},
{
source: "/communities",
Expand Down

0 comments on commit 38a7fb5

Please sign in to comment.