File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const enum apiUri {
66 specficationContribute = '/api/specification/contribute' ,
77 specificationValidate = '/api/specification/validate' ,
88 modbusEntity = '/api/modbus/entity' ,
9- specificationFetchPublic = '/api/specification/fetchpublic' ,
9+ specificationFetchPublic = '/api/specification/fetchpublic' ,
1010 upload = "/api/upload" ,
1111 userAuthenticationStatus = '/userAuthenticationStatus' ,
1212 userLogin = '/user/login' ,
@@ -22,5 +22,6 @@ export const enum apiUri {
2222 validateMqtt = '/api/validate/mqtt' ,
2323 writeEntity = '/api/modbus/write/entity' ,
2424 serialDevices = '/api/serial/devices' ,
25- addFilesUrl = "/api/addFilesUrl"
25+ addFilesUrl = "/api/addFilesUrl" ,
26+ newSpecificationfiles = "/api/newSpecificationfiles"
2627}
You can’t perform that action at this time.
0 commit comments