Skip to content

Instantly share code, notes, and snippets.

@howdoicomputer
Created December 5, 2017 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howdoicomputer/17366df6cd7b8208a22a879111be9784 to your computer and use it in GitHub Desktop.
Save howdoicomputer/17366df6cd7b8208a22a879111be9784 to your computer and use it in GitHub Desktop.
app = buffalo.New(buffalo.Options{
Env: ENV,
SessionStore: sessions.Null{},
SessionName: "_dropsquads_discord_session",
PreWares: []buffalo.PreWare{cors.Default().Handler},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment