MCPcopy Index your code
hub / github.com/dataease/SQLBot / login.ts

File login.ts

frontend/src/api/login.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { request } from '@/utils/request'
2export const AuthApi = {
3 login: (credentials: { username: string; password: string }) => {
4 const entryCredentials = {

Callers

nothing calls this directly

Calls 2

postMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected