1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-10-22 01:03:59 +02:00

switch to production compiler

This commit is contained in:
Norwin 2019-02-17 13:37:10 +01:00
parent 9aef60a016
commit 187b5ee561

View file

@ -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 {