Skip to content

Commit

Permalink
fixing the checkout routes import
Browse files Browse the repository at this point in the history
  • Loading branch information
jurabek committed Nov 30, 2023
1 parent f5cb181 commit 892a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/services/checkout-api/src/routes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import express, { Request, Response } from "express";
import { UserCheckout } from "./model";
import Checkout from "./usecases/checkout";
import Checkout from "./checkout/checkout";

const router = express.Router();

Expand Down

0 comments on commit 892a429

Please sign in to comment.