rootAPI to gatewayAPI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { structure } from "../apiStructure/sammoGatewayAPI.js";
|
||||
import type { APINamespaceType } from "./defs.js";
|
||||
import { GetGameLoginToken } from "./GatewayAPI/GetGameLoginToken.js";
|
||||
import { Login } from "./GatewayAPI/Login/index.js";
|
||||
|
||||
export const sammoGatewayAPI = {
|
||||
Login,
|
||||
GetGameLoginToken
|
||||
} satisfies APINamespaceType<typeof structure>;
|
||||
Reference in New Issue
Block a user