cleanup code
This commit is contained in:
@@ -43,7 +43,7 @@ type RequestType int
|
||||
|
||||
type RequestContext struct {
|
||||
Cookies map[string]string
|
||||
Body map[string]interface{}
|
||||
Body map[string]any
|
||||
}
|
||||
|
||||
// used in constructing instance cards in index
|
||||
|
Reference in New Issue
Block a user