diff options
| author | Christine Dodrill <me@christine.website> | 2020-01-27 19:50:00 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-01-27 19:50:00 -0500 |
| commit | 7f3c903a7650b1951e363d9427685b160f5af68f (patch) | |
| tree | 2f1d3907bb447b3ab7bd8f6ebf0fd67c362099c5 /cmd/site/api.go | |
| parent | 216e8951a454ce22c950b07b35eaec09517cf0dd (diff) | |
| download | xesite-api.tar.xz xesite-api.zip | |
hapi
Diffstat (limited to 'cmd/site/api.go')
| -rw-r--r-- | cmd/site/api.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/site/api.go b/cmd/site/api.go new file mode 100644 index 0000000..9a5ad5d --- /dev/null +++ b/cmd/site/api.go @@ -0,0 +1,7 @@ +package main + +import "net/http" + +func (s *Site) GetPost(w http.ResponseWriter, r *http.Request) { + +} |
