add crud api

This commit is contained in:
2021-06-13 01:56:32 +03:00
parent 3e68914c92
commit 32da4e52ae
30 changed files with 582 additions and 63 deletions

View File

@ -47,7 +47,7 @@
"import/extensions": 0,
"react/prop-types": 0,
"no-underscore-dangle": 0,
"import/imports-first": ["warn", "absolute-first"],
"import/imports-first": 0,
"import/prefer-default-export": 0,
"import/no-unresolved": 0,
"import/newline-after-import": "error",