svrakata

Results 4 comments of svrakata

You can build schema. Example: ```ts import { OpenApiBuilder, PathsObject, PathItemObject, ResponseObject } from "openapi3-ts"; import apiConfig from "./config"; const getUserResponse: ResponseObject = { description: "Gets user info by user...

In Mantine there is primaryShade property that defines what level from the pallete should be used to color the components. I find that useful and kind of way to solve...

For me the problem was in defining endpoints before setting `CORS(app)`. No idea why.