Skip to content

Commit c466689

Browse files
committed
mini cambio
1 parent 82898be commit c466689

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontend/src/app/services/news.service.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { Injectable } from '@angular/core';
2-
import { HttpClient } from '@angular/common/http';
1+
import { Injectable } from '@angular/core'
2+
import { HttpClient } from '@angular/common/http'
33

4-
import { News } from '../models/new.model';
4+
import { News } from '../models/new.model'
55
import { Usero } from '../models/usero.model'
6-
import { catchError, Observable, throwError } from 'rxjs';
6+
import { catchError, Observable, throwError } from 'rxjs'
77

8-
const URL = '/api/news/';
8+
const URL = '/api/news/'
99

1010
@Injectable({ providedIn: 'root' })
1111
export class NewsService {

0 commit comments

Comments
 (0)