Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 16, 2019 10:23
Show Gist options
  • Save ntakouris/69498f71dc259f4a817b28976ca82d1f to your computer and use it in GitHub Desktop.
Save ntakouris/69498f71dc259f4a817b28976ca82d1f to your computer and use it in GitHub Desktop.
namespace Tweetbook.Options
{
public class SwaggerOptions
{
public string JsonRoute { get; set; }
public string Description { get; set; }
public string UiEndpoint { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment