Create endpoint for user-registration
1 unresolved thread
1 unresolved thread
Compare changes
Files
3@@ -3,6 +3,24 @@ import bcrypt from 'bcrypt';
@@ -94,6 +112,7 @@ export async function login(req,res){
@@ -112,4 +131,11 @@ export async function login(req,res){
\ No newline at end of file