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:
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 { 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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue