vieter/src/server
Jef Roosens 210508f1ee
feat: logs api now also returns id
2022-09-11 20:50:23 +02:00
..
README.md refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
api_logs.v feat: logs api now also returns id 2022-09-11 20:50:23 +02:00
api_targets.v feat: logs api now also returns id 2022-09-11 20:50:23 +02:00
cli.v refactor: use new module names 2022-06-22 09:31:08 +02:00
repo.v refactor(server): migrated all routes to new auth system 2022-09-04 19:36:08 +02:00
repo_remove.v refactor(server): migrated all routes to new auth system 2022-09-04 19:36:08 +02:00
server.v feat(web): added authentication as function attribute 2022-09-04 19:32:22 +02:00

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.