mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added basic ability to store EDA Data in a Part
But that might change, as it is currently not ideal
This commit is contained in:
parent
2ec1a10623
commit
d5f002ac20
12 changed files with 398 additions and 1 deletions
|
@ -33,4 +33,5 @@ return [
|
|||
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
|
||||
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
|
||||
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
|
||||
Dunglas\DoctrineJsonOdm\Bundle\DunglasDoctrineJsonOdmBundle::class => ['all' => true],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue