Skip to content

Commit

Permalink
fix initdb
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed May 31, 2024
1 parent 04c3937 commit 01f96a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-collector/src/service-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const seedDb = async () => {
console.log("Database seeded with fake metrics");
};

initDb();
// initDb();

// Collect Metrics Endpoint
app.post("/api/v1/metrics", async (req: any, res: any) => {
Expand Down

0 comments on commit 01f96a9

Please sign in to comment.