We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163c6ab commit c1a31a9Copy full SHA for c1a31a9
server/src/main/java/com/cloud/api/ApiServlet.java
@@ -83,7 +83,7 @@ public class ApiServlet extends HttpServlet {
83
private static final String LOGGER_REPLACEMENTS = "[\n\r\t]";
84
private static final Pattern GET_REQUEST_COMMANDS = Pattern.compile("^(get|list|query|find)(\\w+)+$");
85
private static final HashSet<String> GET_REQUEST_COMMANDS_LIST = new HashSet<String>(Set.of("isaccountallowedtocreateofferingswithtags",
86
- "readyforshutdown", "cloudianisenabled", "quotabalance", "quotasummary", "quotatarifflist", "quotaisenabled", "quotastatement"));
+ "readyforshutdown", "cloudianisenabled", "quotabalance", "quotasummary", "quotatarifflist", "quotaisenabled", "quotastatement", "verifyoauthcodeandgetuser"));
87
88
@Inject
89
ApiServerService apiServer;
0 commit comments