remove static url
This commit is contained in:
@ -511,7 +511,7 @@ export class RoomController {
|
||||
|
||||
const files = fs.readdirSync(filePath);
|
||||
|
||||
const photoBaseUrl = "https://his.shiblysolution.id/service-master-data/uploads/room-picture/template/";
|
||||
const photoBaseUrl = config.server.host_swagger + "uploads/room-picture/template/";
|
||||
const filesWithUrl = files.map((filename, index) => ({
|
||||
id: index,
|
||||
name: `template/${filename}`,
|
||||
|
||||
Reference in New Issue
Block a user