Skip to content

Commit 2777dbd

Browse files
committed
fix: add prefix
1 parent 1e39a54 commit 2777dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ export class WAStartupService {
10831083
* Add this path to your application's URL for media download
10841084
*/
10851085
messageRaw['media'] = {
1086-
path: `/public/${messageType.replace('Message', '')}/download?q=${q}`,
1086+
path: `/chat/public/${messageType.replace('Message', '')}/download?q=${q}`,
10871087
};
10881088
}
10891089

0 commit comments

Comments
 (0)