UNPKG

@microsoft.azure/autorest.testserver

Version:
10 lines (8 loc) 209 B
import { app, json } from "../api"; app.category("vanilla", () => { app.get("/parameterizedEndpoint/get", "GetParameterizedHostWithNameEndpoint", (req) => { return { status: 200, }; }); });