Add inital view of tags

This commit is contained in:
Matias De lellis
2019-11-06 11:42:30 -03:00
parent 8396e2a40a
commit b7b0158a72
10 changed files with 152 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
return [
'resources' => [
'note' => ['url' => '/notes'],
'tag' => ['url' => '/tags'],
'note_api' => ['url' => '/api/0.1/notes']
],
'routes' => [