This commit is contained in:
2023-08-09 16:23:31 +00:00
parent 81d16aaba2
commit 3a06e44e85
18 changed files with 60 additions and 55 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
import type { structure } from "../../apiStructure/sammoRootAPI";
import type { APINamespaceType } from "../defs";
import { LoginByID } from "./LoginByID";
import { LoginByToken } from "./LoginByToken";
import { ReqNonce } from "./ReqNonce";
import { test } from "./test";
import type { structure } from "../../apiStructure/sammoRootAPI.js";
import type { APINamespaceType } from "../defs.js";
import { LoginByID } from "./LoginByID.js";
import { LoginByToken } from "./LoginByToken.js";
import { ReqNonce } from "./ReqNonce.js";
import { test } from "./test.js";
export const Login = {
LoginByID,