package com.delaroystudios.fcmmysql;

/**
 * Created by delaroy on 10/8/17.
 */

public class Constants {
    public static final String URL_REGISTER_DEVICE = "http://boombox.ng/fcm/RegisterDevice.php";
    public static final String URL_SEND_SINGLE_PUSH = "http://192.168.1.101/FcmExample/sendSinglePush.php";
    public static final String URL_SEND_MULTIPLE_PUSH = "http://192.168.1.101/FcmExample/sendMultiplePush.php";
    public static final String URL_FETCH_DEVICES = "http://192.168.1.101/FcmExample/GetRegisteredDevices.php";
}
