Added user login endpoint.

This commit is contained in:
Jonathan Bernard
2015-03-07 14:18:05 -06:00
parent 66cd8f579a
commit e13bf171b1
3 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
package com.jdbernard.nlsongs.model
public class UserCredentials {
String username
String password
}