mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 06:19:51 +02:00
add more type, all defaults apps are now in typescript
This commit is contained in:
@ -158,7 +158,7 @@ namespace OS {
|
||||
|
||||
export function setting(): Promise<RequestResult> {
|
||||
const p = `${API.REST}/system/settings`;
|
||||
return API.post(p, setting);
|
||||
return API.post(p, OS.setting);
|
||||
}
|
||||
|
||||
export function dbquery(
|
||||
|
Reference in New Issue
Block a user