mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Update server/src/routes/issues.ts
LGTM Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
1350753f5f
commit
620a5395d7
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ export function issueRoutes(db: Db, storage: StorageService) {
|
|||
filename: a.originalFilename,
|
||||
contentType: a.contentType,
|
||||
byteSize: a.byteSize,
|
||||
contentPath: `/api/attachments/${a.id}/content`,
|
||||
contentPath: withContentPath(a).contentPath,
|
||||
createdAt: a.createdAt,
|
||||
})),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue