File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
export const environment = {
2
2
production : true ,
3
- apiUrl : 'http ://api-confess-production.up.railway.app' ,
3
+ apiUrl : 'https ://api-ejs -confess-production.up.railway.app' ,
4
4
} ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { TaggedConfess } from '../models/tagged.model'; // Import model TaggedCo
7
7
providedIn : 'root' ,
8
8
} )
9
9
export class TaggedService {
10
- private apiUrl = 'http ://localhost:3000 /tagged' ; // URL API untuk tagged confesses
10
+ private apiUrl = 'https ://api-ejs-confess-production.up.railway.app /tagged' ; // URL API untuk tagged confesses
11
11
12
12
constructor ( private http : HttpClient ) { }
13
13
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ <h3 class="text-2xl font-semibold text-gray-800 mb-2">
20
20
< div class ="flex items-center justify-between text-sm text-gray-500 ">
21
21
< div >
22
22
< p > < strong > Pengirim:</ strong > {{ confess.user?.name || 'Tidak diketahui' }}</ p >
23
- < p > < strong > Email:</ strong > {{ confess.user?.email || 'Tidak diketahui' }}</ p >
23
+ <!-- <p><strong>Email:</strong> {{ confess.user?.email || 'Tidak diketahui' }}</p> -->
24
+ < p > < strong > Email:</ strong > {{ 'Tidak diketahui' }}</ p >
24
25
</ div >
25
26
< p > < strong > Tanggal:</ strong > {{ confess.createdAt | date: 'short' }}</ p >
26
27
</ div >
You can’t perform that action at this time.
0 commit comments