We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3960930 commit dfd7a6dCopy full SHA for dfd7a6d
1 file changed
src/app/authentication/service/authentication.service.ts
@@ -12,7 +12,7 @@ import { User } from '../model/user';
12
})
13
export class AuthenticationService {
14
15
- private loginUrl = environment.apiUrl + "/fee";
+ private loginUrl = environment.apiUrl + "/login";
16
17
public user: User = new User();
18
0 commit comments