mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
improve socket
This commit is contained in:
@@ -14,7 +14,7 @@ export class CMAPIAPIService {
|
||||
|
||||
|
||||
getVideoHeader(url: string) {
|
||||
// return this.http.head('http://localhost:3001/static/'+url, { observe: 'response' })
|
||||
//return this.http.head('http://localhost:3001/static/'+url, { observe: 'response' })
|
||||
return this.http.head(environment.apiURL+'ObjectServer/StreamFiles?path='+url, { observe: 'response' })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user