initial read gmail

This commit is contained in:
heyethereum
2024-07-26 08:26:23 +08:00
parent 430ed300e8
commit 8ca90d1507
3 changed files with 66 additions and 51 deletions

View File

@@ -4,6 +4,7 @@ public class APIConstants {
private APIConstants() {
//private constructor to prevent instantiation
}
public static final String APPLICATION_NAME = "SafeQR";
public static final String API_VERSION = "v1";
public static final String API_URL_QRCODE_GET_ALL = "/qrcodetypes";
public static final String API_URL_QRCODE_SCAN = "/qrcodetypes/scan";