UNPKG

mantis-app

Version:

M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

9 lines (7 loc) 212 B
import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class ConfigService { getBackendBaseUrl(): string { return `${import.meta.env.VITE_PUBLIC_BACKEND_URL}/api/v1`; } }