Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stat (0.14 sec)

  1. docs/zh/docs/advanced/behind-a-proxy.md

    这段代码生产如下 OpenAPI 概图:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.0.2",
        // More stuff here
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
                "description": "Staging environment"
            },
            {
                "url": "https://prod.example.com",
                "description": "Production environment"
            }
        ],
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.4K bytes
    - Viewed (0)
Back to top