File size: 425 Bytes
82d2dbd
 
 
 
 
 
 
 
 
 
 
bc44543
 
 
 
82d2dbd
 
 
bc44543
 
 
 
 
82d2dbd
 
bc44543
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Flask Command API
emoji: 🚀
colorFrom: blue
colorTo: green
sdk: docker
sdk_version: "1.0"
app_file: app.py
pinned: false
---

# Flask Command Server

一個簡單的 Flask 應用,透過 `/set_command` 設定指令,並從 `/get_command` 取得目前指令。

## API 說明

### POST `/set_command`

```json
{ "command": "your_command" }
```

### GET `/get_command`

```json
{ "command": "your_command" }
```