1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00

Merge pull request #1009 from lecjy/feature/1007

fix #1007
This commit is contained in:
Hai Liang W 2024-03-23 08:16:08 +08:00 committed by GitHub
commit fed20f3d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,14 +40,14 @@
"raw": "" "raw": ""
}, },
"url": { "url": {
"raw": "http://{{IP}}:{{PORT}}/tokens?username=admin&password=admin1234", "raw": "http://{{IP}}:{{PORT}}/auth/token/bearer?username=admin&password=admin1234",
"protocol": "http", "protocol": "http",
"host": [ "host": [
"{{IP}}" "{{IP}}"
], ],
"port": "{{PORT}}", "port": "{{PORT}}",
"path": [ "path": [
"tokens" "/auth/token/bearer"
], ],
"query": [ "query": [
{ {