Add '/slugs' route

This commit is contained in:
2020-12-21 02:43:25 +01:00
parent a984b16389
commit bcb5625c9f
2 changed files with 25 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"routes": [
{
"method": "GET",
"path": "/slugs",
"handler": "slugs.index",
"config": {
"policies": []
}
}
]
}