WIP, but need to hash out with Markus a few things.

This commit is contained in:
Miles Lyon
2022-07-31 14:19:29 -07:00
parent 0c855ec71e
commit c42ca86915
2 changed files with 14 additions and 0 deletions
@@ -29,6 +29,7 @@ public class Samples {
public static final class CLR20 {
public static final class JSON {
public final static Sample SIMPLE_JSON = new Sample("clr20/simple.json", true);
public final static Sample SIMPLE_JWT = new Sample("clr20/simple.jwt", true);
}
}
}