MCPcopy Create free account
hub / github.com/WebODM/WebODM / api_mount_points

Method api_mount_points

coreplugins/measure/plugin.py:12–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 return ['app.jsx']
11
12 def api_mount_points(self):
13 return [
14 MountPoint('task/(?P<pk>[^/.]+)/volume$', TaskVolume.as_view()),
15 MountPoint('task/(?P<pk>[^/.]+)/volume/get/(?P<celery_task_id>.+)$', TaskVolumeResult.as_view()),
16 ]

Callers

nothing calls this directly

Calls 1

MountPointClass · 0.90

Tested by

no test coverage detected