Skip to content

Commit

Permalink
No need to reverse proxy games via NODE handled via Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 authored Aug 21, 2023
1 parent f0d38ca commit 2dd3146
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions node-server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ await app
}
}
})
.register(fastifyHttpProxy, {
upstream: 'https://rawcdn.githack.com/',
prefix: '/gms/',
http2: false,
})
.register(fastifyMiddie)
app.get('/search=:query', async (req, res) => {
const { query } = req.params;
Expand Down

0 comments on commit 2dd3146

Please sign in to comment.