Skip to content

Commit c2f5fe3

Browse files
committed
correction api carto service
1 parent 8d7228b commit c2f5fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/apicartosp.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
77
})
88
export class ApicartospService {
99

10-
private apiUrl = 'http://localhost:8000/api';
10+
private apiUrl = '/api';
1111

1212
constructor(private http: HttpClient) {}
1313

0 commit comments

Comments
 (0)