mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-23 13:29:35 +02:00
Split apps controllers into separate files
This commit is contained in:
parent
b7de1e3d27
commit
34279c8b8c
16 changed files with 444 additions and 398 deletions
4
controllers/apps/docker/index.js
Normal file
4
controllers/apps/docker/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
useKubernetes: require('./useKubernetes'),
|
||||
useDocker: require('./useDocker'),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue