8 lines
288 B
Erlang
8 lines
288 B
Erlang
%% -*- mode: erlang -*-
|
|
%% Unless you know what you are doing, DO NOT edit manually!!
|
|
{VSN,
|
|
%% we should always restart dashboard to make sure api rules/swagger is updated
|
|
[{<<".*">>,[{restart_application, emqx_dashboard}]}],
|
|
[{<<".*">>,[{restart_application, emqx_dashboard}]}]
|
|
}.
|