Merge pull request #40 from hoangdangninh/mirror

setup a readme file for api calls #39
This commit is contained in:
George Shaw 2017-10-30 15:35:11 -05:00 committed by GitHub
commit a94b65f768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
pkg/api/README.md Normal file
View 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
```