1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 14:57:46 +01:00

feat: Usa nuova API di default

This commit is contained in:
Maicol Battistini 2022-02-02 00:33:51 +01:00
parent 072b55aca6
commit 7a30a3a67d
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A

View File

@ -84,7 +84,7 @@ export abstract class Model extends BaseModel {
}
getJsonApiBaseUrl(): string {
return '/api';
return '/api/v1';
}
getJsonApiType(): string {