mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
chore(web): new lint setup (#30020)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { del, get, patch, post } from './base'
|
||||
import type { App, AppCategory } from '@/models/explore'
|
||||
import type { AccessMode } from '@/models/access-control'
|
||||
import type { App, AppCategory } from '@/models/explore'
|
||||
import { del, get, patch, post } from './base'
|
||||
|
||||
export const fetchAppList = () => {
|
||||
return get<{
|
||||
|
||||
Reference in New Issue
Block a user