diff --git a/pkg/api/README.md b/pkg/api/README.md new file mode 100644 index 0000000..dede893 --- /dev/null +++ b/pkg/api/README.md @@ -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 +``` +