Added new endpoint for API: config

This commit is contained in:
Nicolas Lœuillet
2022-03-15 10:18:28 +01:00
committed by Jeremy Benoist
parent 88fd7afeb5
commit bb12538fab
3 changed files with 77 additions and 0 deletions

View File

@ -32,3 +32,8 @@ user:
type: rest
resource: "WallabagApiBundle:UserRest"
name_prefix: api_
config:
type: rest
resource: "WallabagApiBundle:ConfigRest"
name_prefix: api_