Remove no longer needed index.web.dev.html

Summary: This is a duplicate, is not needed, causes confusion.

Reviewed By: aigoncharov

Differential Revision: D51307091

fbshipit-source-id: 4d55d727ea5f20100ecd15ad6e23aa0c01722524
This commit is contained in:
Lorenzo Blasa
2023-11-14 10:53:09 -08:00
committed by Facebook GitHub Bot
parent f1b35ca592
commit 6b54bd3173
5 changed files with 2 additions and 146 deletions

View File

@@ -185,7 +185,6 @@ async function startHTTPServer(
};
app.get('/', serveRoot);
app.get('/index.web.html', serveRoot);
app.get('/index.web.dev.html', serveRoot);
app.get('/ready', (_req, res) => {
tracker.track('server-endpoint-hit', {name: 'ready'});