1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

pointers to Runtime!

This commit is contained in:
Harvey Kandola 2017-07-24 19:10:49 +01:00
parent 792c3e2ce8
commit 27640dffc4
15 changed files with 315 additions and 82 deletions

View file

@ -21,7 +21,7 @@ import (
)
// RegisterEndpoints register routes for serving API endpoints
func RegisterEndpoints(rt env.Runtime) {
func RegisterEndpoints(rt *env.Runtime) {
//**************************************************
// Non-secure routes
//**************************************************