2019-12-02 14:22:25 +00:00
|
|
|
{
|
2020-11-26 22:21:55 +00:00
|
|
|
"xmppWebsocket": "wss://jabber.happy-dev.fr/xmpp-websocket",
|
|
|
|
"clientName": "My local Hubl",
|
|
|
|
"clientLogo": "/images/logo.webp",
|
2019-12-02 14:22:25 +00:00
|
|
|
"authority": "http://localhost:8000/",
|
|
|
|
"endpoints": {
|
2020-11-26 22:21:55 +00:00
|
|
|
"get": {
|
|
|
|
"skills": "http://localhost:8000/skills/",
|
2020-12-14 10:24:35 +00:00
|
|
|
"users": "http://localhost:8000/users/"
|
2020-11-26 22:21:55 +00:00
|
|
|
},
|
|
|
|
"post": {
|
|
|
|
"users": "http://localhost:8000/users/",
|
2020-12-14 10:24:35 +00:00
|
|
|
"upload": "http://localhost:8000/upload/"
|
2020-11-26 22:21:55 +00:00
|
|
|
}
|
2020-05-08 13:27:44 +00:00
|
|
|
}
|
2020-11-26 22:21:55 +00:00
|
|
|
}
|