fix: save and send cookie in dev setup
This commit is contained in:
@@ -7,7 +7,7 @@ import Transaction from '@model/transaction'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class APIService {
|
||||
private apiUrl = 'http://localhost:3000/api'
|
||||
private apiUrl = 'http://localhost:4200/api'
|
||||
private isAuthenticatedSubject = new BehaviorSubject<boolean>(false);
|
||||
isAuthenticated$ = this.isAuthenticatedSubject.asObservable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user