Skip to content

Commit 5c11ef7

Browse files
refactor: services and utilities
1 parent e46858b commit 5c11ef7

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

controllers/user.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { HTTP } from "@/constants";
22
import logger from "@/log";
3-
import { userService } from "@/services/api";
3+
import { userService } from "@/services";
44
import { ApiRequest, ApiResponse } from "@/types";
55

66
export const getAllUsers = async (req: ApiRequest, res: ApiResponse) => {
File renamed without changes.
File renamed without changes.
File renamed without changes.

utils/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export * from "./files";
12
export * from "./functions";
23
export * from "./parser";
34
export * from "./safety";

0 commit comments

Comments
 (0)