Skip to content

Commit 5f71119

Browse files
aggiornato baseurl openapi
1 parent 61e3d9f commit 5f71119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Imprese.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface SearchImprese {
1212
export class Imprese implements Service {
1313
client: AxiosInstance;
1414
readonly service = 'imprese';
15-
readonly baseUrl = 'imprese.altravia.com';
15+
readonly baseUrl = 'imprese.openapi.it';
1616
environment: Environment;
1717

1818
constructor(client: AxiosInstance, environment: Environment) {

0 commit comments

Comments
 (0)