Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
Remove Livestream page
  • Loading branch information
MrRowey committed Dec 23, 2021
1 parent b585800 commit 564bb64
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 75 deletions.
1 change: 0 additions & 1 deletion express.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ app.get('/account_activated', require(routes + 'accounts/get/register'));
app.get('/password_resetted', require(routes + 'accounts/get/requestPasswordReset'));
app.get('/report_submitted', require(routes + 'accounts/get/report'));
app.get('/client', require(routes + 'client'));
app.get('/livestream', require(routes + 'livestream'));
app.get('/contribution', require(routes + 'contribution'));
app.get('/newshub', require(routes + 'newshub'));
app.get('/competitive/tournaments', require(routes + 'tournaments'));
Expand Down
34 changes: 0 additions & 34 deletions routes/views/livestream.js

This file was deleted.

1 change: 0 additions & 1 deletion templates/layouts/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ html(lang='en')
li: a(href="https://forum.faforever.com") Forums
li: a(href="https://wiki.faforever.com") Wiki
li: a(href="https://unitdb.faforever.com") Unit Database
li: a(href="/livestream") Live Streams
li: a(href="https://discord.gg/hgvj6Af") Discord
i.icon.fab.fa-discord
li: a.icon(href="https://www.youtube.com/c/ForgedAllianceForever")
Expand Down
39 changes: 0 additions & 39 deletions templates/views/livestream.pug

This file was deleted.

0 comments on commit 564bb64

Please sign in to comment.