piashcse/ktor-E-Commerce

For "Login" endpoint, using "POST" method will be more approriate

jamilxt opened this issue · 1 comments

route("login").get<LoginBody, Response> { requestBody ->

Fixed and updated accordingly
Ref:
#22