Skip to content

Commit

Permalink
remove intermediate backend
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso committed Jun 20, 2024
1 parent 4a86316 commit db647a8
Show file tree
Hide file tree
Showing 26 changed files with 293 additions and 1,003 deletions.
52 changes: 0 additions & 52 deletions components/DeleteSubscriberButton.tsx

This file was deleted.

11 changes: 1 addition & 10 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
module.exports = {
async redirects() {
return [
{
source: '/',
destination: '/network-configuration',
permanent: true,
},
];
},
env: {
UPF_CONFIG_PATH: process.env.UPF_CONFIG_PATH,
GNB_CONFIG_PATH: process.env.GNB_CONFIG_PATH,
WEBUI_ENDPOINT: process.env.WEBUI_ENDPOINT,
},
output: 'export',
};
138 changes: 0 additions & 138 deletions pages/api/device-group/[name].ts

This file was deleted.

53 changes: 0 additions & 53 deletions pages/api/device-group/index.ts

This file was deleted.

Loading

0 comments on commit db647a8

Please sign in to comment.