Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ variables.ts
File
variables.ts
frontend/src/api/variables.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ request } from
'@/utils/request'
2
3
export
const
variablesApi = {
4
save: (data: any) => request.post(
'/sys_variable/save'
, data),
Callers
nothing calls this directly
Calls
1
post
Method · 0.80
Tested by
no test coverage detected