Project

General

Profile

« Previous | Next » 

Revision 58655

[Library | Trunk]: Add adminPortalURL property for composer.ts

View differences:

connectHelper.ts
3 3
export class ConnectHelper {
4 4

  
5 5
  public static  getCommunityFromDomain(domain: string): string{
6
    domain = "beta.covid-19.openaire.eu"; //for testing
6
    //domain = "beta.covid-19.openaire.eu"; //for testing
7 7
    if (domain.indexOf('openaire.eu') === -1) {
8 8
      return null;
9 9
    }

Also available in: Unified diff