Fix usage docs for uptime-robot

pull/28/head
Amio 2018-07-21 17:38:44 +08:00
rodzic 3a644301cd
commit 32196b628a
1 zmienionych plików z 2 dodań i 1 usunięć
libs/live-fns

Wyświetl plik

@ -5,7 +5,8 @@ const axios = require('../axios.js')
* https://uptimerobot.com/api
*
* USAGE
* /uptime-robot/_topic_/_api_key_/_monitor_id_/
* /uptime-robot/:topic/:api_key
* :api_key are generated from uptimerobot settings page
*/
module.exports = async function (topic, apiKey) {