File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const getResults = async function (token, candidate) {
8989
9090// Private: Calls Incode's `omni/finish-status` API mark the session as finished
9191const finishStatus = async function ( token ) {
92- const url = `${ apiurl } /omni/finish-status` ;
92+ const url = `${ apiurl } /0/ omni/finish-status` ;
9393
9494 let sessionHeaders = { ...defaultHeader } ;
9595 sessionHeaders [ "X-Incode-Hardware-Id" ] = token ;
@@ -138,7 +138,7 @@ const setStatusClosed = async function (token) {
138138
139139// Private: Call Incode's `omni/get/score` API to retrieve the score for the session
140140const getScore = async function ( token ) {
141- const url = `${ apiurl } /omni/get/score` ;
141+ const url = `${ apiurl } /0/ omni/get/score` ;
142142
143143 let sessionHeaders = { ...defaultHeader } ;
144144 sessionHeaders [ "X-Incode-Hardware-Id" ] = token ;
You can’t perform that action at this time.
0 commit comments