Browse Source

[doc][typo] post/get paths

Maxime Alves LIRMM@home 3 years ago
parent
commit
d34bad95bd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -27,8 +27,8 @@ database = /var/run/pyheatpump/pyheatpump.sqlite3
27 27
 [supervisor]
28 28
 scheme = https
29 29
 host = supervision-test.gteo.fr:8081
30
-get_path = /Symfony/web/app_dev.php/boardws/insert
31
-post_path = /Symfony/web/app_dev.php/boardws/orders
30
+post_path = /Symfony/web/app_dev.php/boardws/insert
31
+get_path = /Symfony/web/app_dev.php/boardws/orders
32 32
 interval = 10000
33 33
 heatpump_id = 42
34 34
 

Loading…
Cancel
Save