Add decentralized services
This commit is contained in:
parent
d2422d5036
commit
c7d0adf780
19 changed files with 346 additions and 19 deletions
|
|
@ -36,6 +36,12 @@ var IndexRoutes = Routes{
|
|||
"/calendar",
|
||||
CalendarIndex,
|
||||
},
|
||||
Route{
|
||||
"ServicesIndex",
|
||||
"GET",
|
||||
"/services",
|
||||
DecentralizedServicesIndex,
|
||||
},
|
||||
Route{
|
||||
"SpaceUrlAdd",
|
||||
"POST",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue