Avatar
omochimetaru 9/29/2020 1:07 PM
💧 A server-side Swift web framework. Contribute to vapor/vapor development by creating an account on GitHub.
1:07 PM
extension Dictionary: Content, ResponseEncodable, RequestDecodable where Key == String, Value: Content { public static var defaultContentType: HTTPMediaType { return .json } }
1:07 PM
↑defaultContentTypeが必要だったのかも。