mirror of
https://github.com/donl/gPanel.git
synced 2026-05-29 14:22:24 -06:00
Merge pull request #40 from hoangdangninh/mirror
setup a readme file for api calls #39
This commit is contained in:
commit
a94b65f768
1 changed files with 8 additions and 0 deletions
8
pkg/api/README.md
Normal file
8
pkg/api/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# A list of API calls
|
||||
|
||||
```
|
||||
func UserAuthentication(res http.ResponseWriter, req *http.Request) bool
|
||||
|
||||
func UserRegistration(res http.ResponseWriter, req *http.Request) bool
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue