wip
This commit is contained in:
@@ -3,7 +3,7 @@ import { StartSession } from "@sammo/server_util";
|
||||
import { POST, type APIReturnType } from "@strpc/express";
|
||||
import { declProcDecorators } from "@strpc/express/proc_decorator";
|
||||
import { z } from "zod";
|
||||
import { loginCtxSessionKey, type GatewayLoginCtx } from "../../procDecorator/ReqGatewayLogin.js";
|
||||
import { loginCtxSessionKey, type GatewayLoginCtx } from "@/procDecorator/ReqGatewayLogin.js";
|
||||
import { delay } from "@sammo/util";
|
||||
|
||||
type BaseAPI = typeof structure.Login.LoginByID;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { structure } from "../../../apiStructure/sammoGatewayAPI.js";
|
||||
import type { APINamespaceType } from "../../defs.js";
|
||||
import type { structure } from "@sammo/api_def/gateway";
|
||||
import type { APINamespaceType } from "@strpc/express";
|
||||
import { LoginByID } from "./LoginByID.js";
|
||||
import { LoginByToken } from "./LoginByToken.js";
|
||||
import { ReqNonce } from "./ReqNonce.js";
|
||||
|
||||
Reference in New Issue
Block a user