Skip to content

Commit fc3ac16

Browse files
committed
Version 1.1.2.
1 parent cbdb9e7 commit fc3ac16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747

4848
// - Designer
4949
// - Enables storing models in the database (in tables "evol_%")
50-
apiDesigner: false,
50+
apiDesigner: true,
5151
// - Query DB schema for list of tables and columns
5252
schemaQueries: false,
5353

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolutility-server-node",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Model-driven generic REST or GraphQL endpoints for CRUD and more, using Node.js, Express, and Postgres.",
55
"license": "MIT",
66
"homepage": "https://github.com/evoluteur/evolutility-server-node",

0 commit comments

Comments
 (0)