Skip to content

Commit 2b4e9e2

Browse files
committed
chore(api): updated track api route
1 parent f452756 commit 2b4e9e2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import flagRoutes from "@/routes/flag/route";
88
import flagConfigRoutes from "@/routes/flag-config/route";
99
import projectRoutes from "@/routes/project/route";
1010
import sseRoutes from "@/routes/sse/route";
11-
import trackRoutes from "@/routes/sync/route";
11+
import trackRoutes from "@/routes/track/route";
1212

1313
const createApp = (): Express => {
1414
const app: Express = express();

0 commit comments

Comments
 (0)