1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Add redirect for backend integration

This commit is contained in:
Ash Keel 2021-09-30 13:08:08 +02:00
parent 69bef12d44
commit 6db2a510aa
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -138,6 +138,7 @@ export default function App(): React.ReactElement {
<LoyaltyGoalsPage path="goals" />
</LoyaltyPage>
<StulbePage path="stulbe">
<Redirect from="/" to="config" noThrow />
<StulbeConfigPage path="config" />
<StulbeWebhooksPage path="webhooks" />
</StulbePage>