UNPKG
biodome-client
Version:
latest (0.2.0)
0.2.0
API client for biodome
github.com/andrewk/biodome-client
andrewk/biodome-client
biodome-client
/
config
/
routes.js
7 lines
(6 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
host
) {
return
{
'command'
: host +
'/command'
,
'token'
: host +
'/token'
} };