Skip to content

Commit

Permalink
Remove lobby_api querying
Browse files Browse the repository at this point in the history
This is unused since new website (was bugged anyway) and currently stops moving the website to Kubernetes.
  • Loading branch information
Brutus5000 committed Nov 12, 2023
1 parent 65936e0 commit f87e791
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
1 change: 0 additions & 1 deletion express.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ app.get('/account/connect', loggedIn, require(routes + 'account/get/connectSteam
//app.get('/account/connectSteam', loggedIn, require(routes + 'account/get/connectSteam'));
app.get('/account/resync', loggedIn, require(routes + 'account/get/resync'));
// Not Protected
app.get('/lobby_api', cors(), require('./routes/lobby_api'));
app.get('/account/create', require(routes + 'account/get/createAccount'));
app.get('/account_activated', require(routes + 'account/get/register'));
app.get('/account/register', require(routes + 'account/get/register'));
Expand Down
65 changes: 0 additions & 65 deletions routes/lobby_api.js

This file was deleted.

0 comments on commit f87e791

Please sign in to comment.