emqx/apps/emqx_dashboard
firest 47b35f0c6a fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners`
Old:
    API: POST /listeners/{type:demo}
    Body: {"type" : "tcp", "id" : "tcp:demo"}
New:
    API: POST /listeners
    Body: {"type" : "tcp", "name" : "demo"}
2022-09-08 20:28:40 +08:00
..
etc feat(listeners): change the `GET /listeners` api fields 2022-07-26 11:04:33 +08:00
i18n chore: rename bootstrap_user to bootstrap_users 2022-08-19 14:51:41 +08:00
include chore: dashboard format code 2022-04-26 17:18:30 +08:00
src fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners` 2022-09-08 20:28:40 +08:00
test fix: dashboard failed test 2022-07-25 16:55:38 +08:00
.gitignore chore: move lib-ce to apps 2021-06-15 17:31:54 +08:00
README.md fix: remove routes 2022-04-13 16:16:12 +08:00
rebar.config chore: dashboard format code 2022-04-26 17:18:30 +08:00

README.md

TODO: Doc