Move to new server
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package nl.connectedit.swiss.authentication;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class Client {
|
||||
|
||||
private Long id;
|
||||
|
||||
private String hash;
|
||||
}
|
||||
Reference in New Issue
Block a user