Skip to content

Commit

Permalink
fix: mjs example path (influxdata#3305) (influxdata#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstirnaman authored Oct 28, 2021
1 parent ede77cc commit f3625d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/influxdb/cloud/write-data/developer-tools/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The URL in the examples depends on your [InfluxDB Cloud region](/influxdb/cloud/
{{% /code-tab-content %}}
{{% code-tab-content %}}
```js
{{< get-shared-text "api/v2.0/write/write.sh" >}}
{{< get-shared-text "api/v2.0/write/write.mjs" >}}
```
{{% /code-tab-content %}}
{{< /code-tabs-wrapper >}}
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v2.0/write-data/developer-tools/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The URL in the examples depends on the version and location of your InfluxDB 2.0
{{% /code-tab-content %}}
{{% code-tab-content %}}
```js
{{< get-shared-text "api/v2.0/write/write.sh" >}}
{{< get-shared-text "api/v2.0/write/write.mjs" >}}
```
{{% /code-tab-content %}}
{{< /code-tabs-wrapper >}}
Expand Down

0 comments on commit f3625d4

Please sign in to comment.