fix: mjs example path (#3305) (#3316)

pull/3317/head^2
Jason Stirnaman 2021-10-28 08:49:20 -05:00 committed by GitHub
parent ede77cc68d
commit f3625d46d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 >}}

View File

@ -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 >}}