Skip to content
Snippets Groups Projects
environment.prod.ts 75 B
export const environment = {
    production: true,
    apiUrl: "server"
};