Skip to content

Commit

Permalink
fix: remove legacy endpoints (Kong#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth authored May 30, 2023
1 parent d45c7f3 commit bc06690
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ export default ({ command, mode }) => {
mutateCookieAttributes(proxy)
}
},
'^/portal_api': {
target: portalApiUrl,
changeOrigin: true,
configure: (proxy, options) => {
mutateCookieAttributes(proxy)
setHostHeader(proxy)
}
},
'^/api': {
target: portalApiUrl,
changeOrigin: true,
Expand Down

0 comments on commit bc06690

Please sign in to comment.