Created documentation for SERVICES

This commit is contained in:
Dominic Grimm 2022-02-07 20:48:59 +01:00
parent e3163c9946
commit acb1f3a9d8

View file

@ -1,4 +1,5 @@
module Backend
# Backend services to be included in the application
SERVICES = [
Api::SERVICE,
Worker::SERVICE,