mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
feat: Added Strapi example
This PR includes a Strapi example.
This commit is contained in:
7
strapi/config/api.js
Normal file
7
strapi/config/api.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
rest: {
|
||||
defaultLimit: 25,
|
||||
maxLimit: 100,
|
||||
withCount: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user