Skip to content

Commit

Permalink
rm favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 18, 2023
1 parent 2709c40 commit 9ad8d3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/metadata-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ server.get("/health", async () => {
});

let program: Program<HeliumEntityManager>;
server.get("/favicon.ico", async (req, res) => res.status(204));
server.get<{ Params: { keyToAssetKey: string } }>(
"/v1/:keyToAssetKey",
async (request, reply) => {
Expand Down

0 comments on commit 9ad8d3f

Please sign in to comment.