Made a few smaller fixes for priority/onboarding system to be better used by those who configure nothing
This commit is contained in:
@@ -367,8 +367,8 @@ const AppCreator = (defaultprops) => {
|
||||
let navigate = useNavigate();
|
||||
|
||||
const increaseAmount = 50;
|
||||
const actionNonBodyRequest = ["GET", "HEAD", "DELETE", "CONNECT"];
|
||||
const actionBodyRequest = ["POST", "PUT", "PATCH"];
|
||||
const actionNonBodyRequest = ["GET", "HEAD", "CONNECT"];
|
||||
const actionBodyRequest = ["POST", "PUT", "PATCH", "DELETE"];
|
||||
const authenticationOptions = [
|
||||
"No authentication",
|
||||
"API key",
|
||||
|
||||
Reference in New Issue
Block a user