Skip to content

Commit 08593eb

Browse files
committed
added url for deletion of files of unsaved spec
1 parent 8e963dc commit 08593eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/httpConstants.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)