Tasmota component hinzugefuegt - CORSprobleme
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule, Routes } from '@angular/router';
|
||||
import { LinksComponent } from './links/links.component';
|
||||
import { TasmotaControlComponent } from './tasmota-control/tasmota-control.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: '', redirectTo: '/list-links', pathMatch: 'full'},
|
||||
{ path: 'list-links', component:LinksComponent }
|
||||
{ path: 'list-links', component:LinksComponent },
|
||||
{ path: 'steckdosen', component:TasmotaControlComponent}
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user