Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
remove ping
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Kracht <[email protected]>
  • Loading branch information
stefan-kracht committed Jan 11, 2024
1 parent 03fd642 commit 8b459fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ export default ({ mode }) => {
secure: false,
changeOrigin: true,
},
"/ping": {
target: apiDomain,
secure: false,
changeOrigin: true,
},
"/logout": {
target: apiDomain,
secure: false,
Expand Down

0 comments on commit 8b459fd

Please sign in to comment.