Update configuration for publish on ticinosoundmap.supsi.ch
This commit is contained in:
parent
1cafce23fb
commit
912d1feb3a
@ -12,6 +12,7 @@
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"options": {
|
||||
"outputPath": "dist",
|
||||
"deployUrl":"/wp-content/themes/chiasso-theme/",
|
||||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"tsConfig": "src/tsconfig.app.json",
|
||||
|
3109
package-lock.json
generated
3109
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -28,9 +28,9 @@
|
||||
"zone.js": "^0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.11.0",
|
||||
"@angular-devkit/build-angular": "^0.13.7",
|
||||
"@angular/cli": "7.1.3",
|
||||
"@angular/compiler-cli": "7.1.3",
|
||||
"@angular/compiler-cli": "^7.2.11",
|
||||
"@angular/language-service": "7.1.3",
|
||||
"@types/jasmine": "~2.8.3",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
|
@ -6,7 +6,7 @@ import {PageItem} from './page';
|
||||
@Injectable()
|
||||
export class WordpressService {
|
||||
|
||||
apiUrl : string = "https://ticino.soinumapa.net/wp-json/wp/v2"
|
||||
apiUrl : string = "http://ticinosoundmap.supsi.ch/wp-json/wp/v2"
|
||||
|
||||
constructor(
|
||||
private http:HttpClient,
|
||||
|
Loading…
Reference in New Issue
Block a user