19 lines
285 B
YAML
19 lines
285 B
YAML
|
name: panorama/codetrack
|
||
|
|
||
|
depends:
|
||
|
- name: panorama
|
||
|
|
||
|
code: dist/index.js
|
||
|
|
||
|
attributes:
|
||
|
- name: heartbeat
|
||
|
type: interface
|
||
|
requires:
|
||
|
- panorama::time/start
|
||
|
|
||
|
- name: project
|
||
|
type: option<string>
|
||
|
|
||
|
endpoints:
|
||
|
- route: /api/v1/users/current/heartbeats.bulk
|
||
|
handler: createHeartbeats
|