Skip to content

Commit 233b4cc

Browse files
committed
Fix code
1 parent d570fcb commit 233b4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/api-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $privatekey = 109; // can be a number between 100 and 111
192192

193193
The web platform is encrypted such that a meter can send or receive information from a webpage expect the API key used on the web page is same as the API key used on the firmware. The API key is changeable as desired in the subscribe.php under web software. The image is shown below.
194194

195-
```php
195+
```php-inline
196196
$api_key_value = "tPmAT5Ab3j7F9";
197197
```
198198

0 commit comments

Comments
 (0)