From b4b45e106074ac2bad7ff93105c479a77bed4de4 Mon Sep 17 00:00:00 2001 From: rainyan Date: Mon, 13 Apr 2020 10:48:14 +0800 Subject: [PATCH] update README.md You can see sample APIs in user management module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9031d6c2..5be9405e 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ go run main.go; - Configuration management: The configuration file can be modified in the web page (the test environment does not provide this function). - Rich text editor: Embed MarkDown editor function. - Conditional search: Add an example of conditional search. -- Restful example: refer to customer management function and apidcustomer group. +- Restful example: You can see sample APIs in user management module. ``` fontend code file: src\view\superAdmin\api\api.vue -- GitLab