forked from vieter-v/vieter
Jef Roosens bd07964509 | ||
---|---|---|
.. | ||
README.md | ||
api_logs.v | ||
api_targets.v | ||
auth.v | ||
cli.v | ||
routes.v | ||
server.v |
README.md
This module contains the Vieter HTTP server, consisting of the repository implementation & the REST API.
NOTE: vweb defines the priority order of routes by the file names in this
module. Therefore, it's very important that all API routes are defined in files
prefixed with api_
, as this is before the word routes
alphabetically.