Skip to content

Commit

Permalink
Fix etl-server lib routing
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 4, 2023
1 parent 81acf3e commit 5f44138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/projects/ui/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { EtlServerModule } from 'etl-server';
import { environment } from '../environments/environment';

const routes: Routes = [
{ path: '**', loadChildren: () => EtlServerModule },
{ path: '', loadChildren: () => EtlServerModule },
];
@NgModule({
imports: [RouterModule.forRoot(routes)],
Expand Down

0 comments on commit 5f44138

Please sign in to comment.