Private
Public Access
1
0

messages: Implements /messages API

This commit is contained in:
2023-06-19 18:31:05 -07:00
parent cdf3d922f7
commit 2d415a1170
6 changed files with 183 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ func main() {
// Populate with test data
s.Server.PopulateWithTestData()
log.Printf("Generated test data. %d conversations", len(s.Server.Conversations()))
log.Fatal(httpServer.ListenAndServe())
}