Skip to content

Commit

Permalink
Update upload-dimension-file.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
htvenkatesh authored Sep 12, 2023
1 parent 9b28f69 commit 7298bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class UploadDimensionFileService {
constructor(private httpService:HttpCustomService){}

async uploadFiles(){
let folderPath = './dimension-files'
let folderPath = './dimension_files'
try{
let result = await this.httpService.get(process.env.URL + '/generatejwt')
let token: any = result?.data;
Expand Down

0 comments on commit 7298bea

Please sign in to comment.