diff options
Diffstat (limited to 'system/api')
-rw-r--r-- | system/api/server.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/api/server.go b/system/api/server.go index 209ddaa..a7bd056 100644 --- a/system/api/server.go +++ b/system/api/server.go @@ -1,3 +1,6 @@ +// Package api sets the various API handlers which provide an HTTP interface to +// Ponzu content, and include the types and interfaces to enable client-side +// interactivity with the system. package api import "net/http" |