feat: replace list command with files command to manage user files
This commit is contained in:
parent
b6e24c517b
commit
ceabfb8b3a
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
import list from "./list";
|
||||
import files from "./files";
|
||||
import register from "./register";
|
||||
import user from "./user";
|
||||
|
||||
export default [
|
||||
user,
|
||||
register,
|
||||
list
|
||||
files
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue