made project page the entrypoint
Build Docker Image / Docker-Build (push) Successful in 2m39s
Build Docker Image / Clean-Registry (push) Successful in 5s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-17 15:07:44 +02:00
parent f49b44cd56
commit 1d7b47aaa0
+1 -1
View File
@@ -90,7 +90,7 @@
{#if messages.warning} {#if messages.warning}
<span class="warn">{@html messages.warning}</span> <span class="warn">{@html messages.warning}</span>
{/if} {/if}
<Route path="/" component={User} /> <Route path="/" component={ProjectList} />
<Route path="/account/:id" component={Account} /> <Route path="/account/:id" component={Account} />
<Route path="/accounting" component={Accounts} /> <Route path="/accounting" component={Accounts} />
<Route path="/accounting/new" component={NewAccount} /> <Route path="/accounting/new" component={NewAccount} />