mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 00:41:47 +03:00
4 lines
197 B
Bash
4 lines
197 B
Bash
|
echo "Start profiling on server"
|
||
|
token=$(./tool.sh generate-token --admin anticrm@hc.engineering sanity-ws)
|
||
|
curl -X PUT "http://localhost:3334/api/v1/manage?token=${token}&operation=profile-start"
|