Commit 1709f2a0 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

removed hardcoded ip

parent 39ddaf74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * limitations under the License.
 */

// export const HOST_PATH = location.origin;
export const HOST_PATH = 'http://10.3.16.105';
export const HOST_PATH = location.origin;
// export const HOST_PATH = 'http://10.3.16.105';

// MEEP types
export const TYPE_CFG = 'CFG';