inventaire / inventaire-client

webapp coupled to the inventaire server :books:
https://inventaire.io
48 stars 16 forks source link

URL `/lists/` gives an error #352

Closed jum-s closed 1 year ago

jum-s commented 1 year ago

while /lists is fine.

which seems to happen because the Listing router is defined after the Inventory one in /app/init_app.js.

Ending up triggering 'lists/(:id)(/)' and not 'lists(/)'