You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
428 B
16 lines
428 B
{ |
|
"xmppWebsocket": "wss://jabber.happy-dev.fr/xmpp-websocket", |
|
"clientName": "My local Hubl", |
|
"clientLogo": "/images/logo.webp", |
|
"authority": "http://localhost:8000/", |
|
"endpoints": { |
|
"get": { |
|
"skills": "http://localhost:8000/skills/", |
|
"users": "http://localhost:8000/users/" |
|
}, |
|
"post": { |
|
"users": "http://localhost:8000/users/", |
|
"upload": "http://localhost:8000/upload/" |
|
} |
|
} |
|
} |