feat(webservice): Started on api endpoint
Using specific management and the WebserviceSpecificManagementInterface contract to tap into the webservice api.
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Module\WsOrderreference\Controller\:
|
||||
resource: "../src/Controller/*"
|
||||
# Repository - this makes it available via dependency injection
|
||||
Module\WsOrderreference\Repository\OrderReferenceRepository:
|
||||
public: true
|
||||
|
||||
Reference in New Issue
Block a user