We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5c857 commit 67d38cdCopy full SHA for 67d38cd
frontend/src/app/services/usero.service.ts
@@ -7,7 +7,7 @@ import { catchError } from 'rxjs/operators';
7
const BASE_URL = '/api/users';
8
9
@Injectable({ providedIn: 'root' })
10
-export class SignupService {
+export class UseroService {
11
12
user?: Usero;
13
0 commit comments