feat: add base url mechanism

This commit is contained in:
2026-03-24 19:15:47 +01:00
parent a9bbf21317
commit 4aeb108c55
5 changed files with 193 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ import { {{classname}} } from '@/entities/models/{{classFilename}}.model';
@Injectable()
export class {{classname}}RepositoryImpl extends MRepository implements {{classname}}Repository {
constructor() {
super(`${environment.modapApi.url}`);
super(`${environment.{{environmentApiKey}}.url}`);
}
{{#operation}}