Custom create route
How can I add a custom post route for my Create page? Here is my current code:
<Create isLoading={formLoading} saveButtonProps={{ onClick: handleSubmit(onFinishHandler) }}>
<Box
component="form"
sx={{ display: "flex", flexDirection: "column" }}
autoComplete="off"
>
<Controller