Skip to content

Commit 40eb74e

Browse files
committed
fix(path): common import
1 parent 1ab3725 commit 40eb74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website/server/controllers/api-v3

website/server/controllers/api-v3/shops.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { authWithHeaders } from '../../middlewares/api-v3/auth';
2-
import shops from '../../../../common/script/libs/shops';
2+
import { shops } from '../../../../common/';
33

44
let api = {};
55

0 commit comments

Comments
 (0)