Skip to content

Instantly share code, notes, and snippets.

@miroslavradojevic
Last active February 12, 2018 09:54
Show Gist options
  • Save miroslavradojevic/e5ce112c1fe3a34dde8e654c1dbe5d7c to your computer and use it in GitHub Desktop.
Save miroslavradojevic/e5ce112c1fe3a34dde8e654c1dbe5d7c to your computer and use it in GitHub Desktop.
Method to configure the Startup class for initializing the self host.
class Startup {
public void Configuration(IAppBuilder app) {
//...
// configure web api
// configure file server
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment