Skip to content

Commit

Permalink
Fix: Add missing gist card in express.js for other platforms deploy (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Dec 22, 2023
1 parent 723d287 commit 1ad637a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions express.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import statsCard from "./api/index.js";
import repoCard from "./api/pin.js";
import langCard from "./api/top-langs.js";
import wakatimeCard from "./api/wakatime.js";
import gistCard from "./api/gist.js";
import express from "express";
import dotenv from "dotenv";

Expand All @@ -13,3 +14,4 @@ app.get("/", statsCard);
app.get("/pin", repoCard);
app.get("/top-langs", langCard);
app.get("/wakatime", wakatimeCard);
app.get("/gist", gistCard);

0 comments on commit 1ad637a

Please sign in to comment.