Change openoapi to api for sfc-driver
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / openo / sfc / utils / SfcConst.java
index a330853..2ddd5bd 100644 (file)
@@ -19,6 +19,6 @@ public interface SfcConst {
     public static final int HTTP_OK = 200;
     public static final int HTTP_POST_OK = 204;
     public static final String SERVICE_NAME = "ztesdncdriver";
-    public static final String SERVICE_URL="/openoapi/ztesdncdriver/v1";
+    public static final String SERVICE_URL="/api/ztesdncdriver/v1";
 
 }