menghapus file non source code
This commit is contained in:
parent
e927687e59
commit
176f63d7a6
@ -1,4 +0,0 @@
|
|||||||
package id.co.anaheim.gateway.span.models;
|
|
||||||
|
|
||||||
public class JwtExpiration {
|
|
||||||
}
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
package id.co.anaheim.span.api.models;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@AllArgsConstructor
|
|
||||||
@NoArgsConstructor
|
|
||||||
public class StaticToken {
|
|
||||||
private Long id;
|
|
||||||
private String name;
|
|
||||||
private String token;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user