@scalar/api-client
Version:
the open source API testing client
41 lines (40 loc) • 595 B
JavaScript
const e = [
{
displayName: "Request",
to: {
name: "request.root"
},
icon: "ExternalLink"
},
{
displayName: "Cookies",
to: {
name: "cookies.default"
},
icon: "Cookie"
},
{
displayName: "Environment",
to: {
name: "environment.default"
},
icon: "Brackets"
},
{
displayName: "Settings",
to: {
name: "settings.default"
},
icon: "Settings"
}
// {
// displayName: 'Servers',
// to: {
// name: 'servers.default',
// },
// icon: 'Server',
// },
];
export {
e as ROUTES
};