Config and API port
parent
7326544493
commit
ae49034ffa
|
@ -9,7 +9,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
"start": "cd client && node ../node_modules/react-scripts/scripts/start.js"
|
||||
"start": "node node_modules/react-scripts/scripts/start.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
|
|
|
@ -162,8 +162,8 @@ api_platform:
|
|||
|
||||
# The list of enabled formats. The first one will be the default.
|
||||
formats:
|
||||
jsonld:
|
||||
mime_types: ['application/ld+json']
|
||||
# jsonld:
|
||||
# mime_types: ['application/ld+json']
|
||||
|
||||
json:
|
||||
mime_types: ['application/json']
|
||||
|
@ -178,7 +178,7 @@ api_platform:
|
|||
jsonproblem:
|
||||
mime_types: ['application/problem+json']
|
||||
|
||||
jsonld:
|
||||
mime_types: ['application/ld+json']
|
||||
# jsonld:
|
||||
# mime_types: ['application/ld+json']
|
||||
|
||||
# ...
|
Loading…
Reference in New Issue