Skip to content

Instantly share code, notes, and snippets.

@siassaj
Created October 4, 2020 11:36
Show Gist options
  • Save siassaj/c85ceebda7273cb31f100d357c16aed7 to your computer and use it in GitHub Desktop.
Save siassaj/c85ceebda7273cb31f100d357c16aed7 to your computer and use it in GitHub Desktop.
.
├── main.ml
├── controllers
│   ├── subscriptions.ml
│   └── users.ml
├── core
│   ├── middleware
│   │   ├── cors.ml
│   │   └── csrf.ml
│   ├── router.ml
│   └── server.ml
├── models
│   ├── subscriptions.ml
│   └── users.ml
└── views
├── subscriptions.ml
└── users.ml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment