Skip to content

Commit b6f45a5

Browse files
Disable Grand.Module.Api feature in appsettings.json
1 parent c284a06 commit b6f45a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Grand.Web/App_Data/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"Grand.Module.Installer": true,
114114
"Grand.Module.Migration": true,
115115
"Grand.Module.ScheduledTasks": true,
116-
"Grand.Module.Api": true
116+
"Grand.Module.Api": false
117117
},
118118
"Redis": {
119119
///Enable the Publish/Subscribe messaging with redis to manage memory cache on every server

0 commit comments

Comments
 (0)