com.github.debugthug.TrujetDefaultSettings Maven / Gradle / Ivy
package com.github.debugthug;
public class TrujetDefaultSettings {
//POST LINKS::
public static final String POST_FLIGHT="http://trujet.com/Staging/TruJetWS/wsflight.asmx";
public static final String POST_RESERVATION="http://trujet.com/Staging/TruJetWS/wsReservation.asmx";
}