5b3406e90331fc29ac3261655a8486e8a2a38159
[sandbox-vid.git] /
1 package org.opencomp.simulator.presetGenerator.presets.mso;
2
3 /**
4  * Created by itzikliderman on 13/12/2017.
5  */
6 public class PresetMSOCreateServiceInstancePost extends PresetMSOBaseCreateServiceInstancePost {
7
8     public String getReqPath() {
9         return getRootPath() + "/serviceInstances/v6";
10     }
11
12 }