Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
force post for graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
gewenyu99 committed Jan 12, 2023
1 parent 8edee0d commit d90de14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/service.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ if (!\function_exists('skipLanguage')) {
<div>
<div class="route margin-bottom">
<?php if($sdk === "graphql-default"): ?>
<span class="method <?php echo $this->escape($method); ?>"><?php echo strtoupper($this->escape($method)); ?></span><span class="endpoint"></span><span class="path">/v1/graphql</span>
<span class="method post">POST</span><span class="endpoint"></span><span class="path">/v1/graphql</span>
<?php else: ?>
<span class="method <?php echo $this->escape($method); ?>"><?php echo strtoupper($this->escape($method)); ?></span><span class="endpoint"></span><span class="path">/v1<?php echo $this->escape($url); ?></span>
<?php endif; ?>
Expand Down

0 comments on commit d90de14

Please sign in to comment.