mirror of
https://github.com/sensebox/blockly-app
synced 2025-10-22 09:20:01 +02:00
switch to production compiler
This commit is contained in:
parent
9aef60a016
commit
187b5ee561
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { timeout } from 'rxjs/operators'
|
import { timeout } from 'rxjs/operators'
|
||||||
|
|
||||||
// const URL = "https://compiler.sensebox.de"
|
const URL = "https://compiler.sensebox.de"
|
||||||
const URL = "http://compiler.snsbx.nroo.de"
|
// const URL = "http://compiler.snsbx.nroo.de"
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class CompilerProvider {
|
export class CompilerProvider {
|
||||||
|
|
Loading…
Add table
Reference in a new issue