Update Flex endpoint

This commit is contained in:
github-action[bot]
2021-11-12 14:52:32 +00:00
parent e105920c3a
commit d36ab15b52
52 changed files with 2155 additions and 2109 deletions
+11 -11
View File
@@ -23,17 +23,6 @@
]
},
"files": {
"config/routes/api_platform_admin.yaml": {
"contents": [
"admin:",
" path: /admin",
" controller: Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController",
" defaults:",
" template: admin.html.twig",
""
],
"executable": false
},
"assets/js/admin.js": {
"contents": [
"import React from 'react';",
@@ -47,6 +36,17 @@
],
"executable": false
},
"config/routes/api_platform_admin.yaml": {
"contents": [
"admin:",
" path: /admin",
" controller: Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController",
" defaults:",
" template: admin.html.twig",
""
],
"executable": false
},
"templates/admin.html.twig": {
"contents": [
"{% extends 'base.html.twig' %}",