Docs and CORS

This commit is contained in:
Caleb Gardner
2024-06-17 19:25:10 -05:00
parent 197860b9d4
commit 11c9ec9242
4 changed files with 64 additions and 8 deletions
+12
View File
@@ -28,3 +28,15 @@ func NewBlogApp(b *backend.Backend, db *mongo.Database, mux *http.ServeMux) *Blo
//TODO
return out
}
func (b *BlogApp) AppID() string {
return "blog"
}
func (b *BlogApp) CountTable() backend.CountTable {
return nil
}
func (b *BlogApp) CrashTable() backend.CrashTable {
return nil
}