diff options
author | FChannel <=> | 2021-01-28 00:27:36 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-28 00:27:36 -0800 |
commit | faee9db270a22a42e45210529c7998dcede0087b (patch) | |
tree | 4b3c90b197f8a784e8ce3c57e6e57d4b423e83e8 /main.go | |
parent | c171ea82b48f9b2f5c9b8132755e4fb8545290d9 (diff) |
added red board layout
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -147,7 +147,6 @@ func main() { if method == "GET" { GetActorOutbox(w, r, db) } else if method == "POST" { - fmt.Println("parsing outbox req") ParseOutboxRequest(w, r, db) } else { w.WriteHeader(http.StatusForbidden) |