This commit is contained in:
Benjamin Toby
2025-01-26 05:50:37 +01:00
parent 8ecef72efc
commit b6a3e002fb
5 changed files with 8 additions and 1 deletions
+2
View File
@@ -12,6 +12,7 @@ import EJSON from "../package-shared/utils/ejson";
import numberfy from "../package-shared/utils/numberfy";
import slugify from "../package-shared/utils/slugify";
import postLogin from "./auth/post-login";
import deserializeQuery from "../package-shared/utils/deserialize-query";
const media = {
imageInputToBase64: imageInputToBase64,
@@ -34,6 +35,7 @@ const auth = {
};
const utils = {
deserializeQuery,
serializeQuery,
serializeCookies,
EJSON,