We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c145ec commit 9991109Copy full SHA for 9991109
1 file changed
api/github-card.js
@@ -6,9 +6,9 @@ const app = express();
6
7
app.use(cors());
8
9
-const { getGithubData } = require("./utils/githubData")
10
-const { generateErrorSVG, generateSVG } = require("./utils/theSystem")
11
-const { wrapSVGText } = require("./utils/allFunction");
+const { getGithubData } = require("../utils/githubData")
+const { generateErrorSVG, generateSVG } = require("../utils/theSystem")
+const { wrapSVGText } = require("../utils/allFunction");
12
13
// =========================================
14
@@ -149,5 +149,6 @@ module.exports = app;
149
150
151
152
+
153
154
0 commit comments