diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-28 14:56:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-28 14:56:52 +0200 |
commit | d28c483bdba02cf4163e99efcb07f2ee525ddda1 (patch) | |
tree | f9becdc79bcb6495e462ec2f17762a63182dbc2a /config/routes | |
parent | de1513a40da72632b500c710c5254c8e3639b7bd (diff) | |
download | bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.gz bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.bz2 bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.xz bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.zip |
Implement list view
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes b/config/routes index 5024ab1..1ad940d 100644 --- a/config/routes +++ b/config/routes | |||
@@ -14,4 +14,5 @@ | |||
14 | /types TypesR GET | 14 | /types TypesR GET |
15 | /type TypeR GET | 15 | /type TypeR GET |
16 | 16 | ||
17 | /list ListR GET POST | 17 | /shop ListR GET POST |
18 | /list InventoryListR GET | ||