feat: add base url mechanism
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user