Skip to content

Instantly share code, notes, and snippets.

@pchinjr
Created March 11, 2020 19:50
Show Gist options
  • Save pchinjr/a7cd743df161392cce1a987b7f1d5248 to your computer and use it in GitHub Desktop.
Save pchinjr/a7cd743df161392cce1a987b7f1d5248 to your computer and use it in GitHub Desktop.
# example .arc file
@app
test-app
@http
get / # home route
get /login # login route
get /logout # logout route
@tables
data
scopeID *String
dataID **String
ttl TTL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment