Created
July 16, 2019 10:23
-
-
Save ntakouris/69498f71dc259f4a817b28976ca82d1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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