Skip to content

Commit 25f2f98

Browse files
authored
docs: Update api docs (#30)
1 parent 33b2f0b commit 25f2f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev_manual/api_manual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Token = md5('1panel' + API-Key + UnixTimestamp)
2929

3030
### 示例请求头:
3131
```shell
32-
curl -X GET "http://localhost:4004/api/v1/resource" \
32+
curl -X GET "http://localhost:4004/api/v1/dashboard/current" \
3333
-H "1Panel-Token: <1panel_token>" \
3434
-H "1Panel-Timestamp: <current_unix_timestamp>"
3535
```

0 commit comments

Comments
 (0)