ils_front/src/apis/rtsp/api.js

4 lines
164 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 開關 RTSP啟用/停用)
export const POST_SET_RTSP_ENABLE = `/api/rtsp/set-rtsp-enable`;
export const POST_GET_RTSP_DEVICE = `/api/rtsp/get-rtsp-device`;