diff --git a/src/providers/compiler/compiler.ts b/src/providers/compiler/compiler.ts index a6a54fa..596b4d8 100644 --- a/src/providers/compiler/compiler.ts +++ b/src/providers/compiler/compiler.ts @@ -2,8 +2,8 @@ import { HttpClient, HttpHeaders } from '@angular/common/http'; import { Injectable } from '@angular/core'; import { timeout } from 'rxjs/operators' -// const URL = "https://compiler.sensebox.de" -const URL = "http://compiler.snsbx.nroo.de" +const URL = "https://compiler.sensebox.de" +// const URL = "http://compiler.snsbx.nroo.de" @Injectable() export class CompilerProvider {