Skip to content

Commit

Permalink
Rename server endpoint folder
Browse files Browse the repository at this point in the history
nlinnanen committed May 5, 2024
1 parent 848fd75 commit b1a796a
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import express from "express";
import { saveEntriesAsCSV } from "../entries";
import statisticsRouter from "./statistics/routes";
import statisticsRouter from "./analytics/statistics";

// biome-ignore lint/style/noNonNullAssertion: <explanation>
const port = Number.parseInt(process.env.PORT!);

0 comments on commit b1a796a

Please sign in to comment.