From c418634515fedc3ce571b3cabb4331a7200446a6 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 11 Dec 2021 00:22:41 +0800 Subject: [PATCH] Change: RESTful API --- web/src/App.js | 12 ++++++------ web/src/component/AudioPlayer.js | 2 +- web/src/component/FileDialog.js | 2 +- web/src/component/FileEntry.js | 2 +- web/src/component/FoldersTable.js | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/src/App.js b/web/src/App.js index 4acdb9e..2896642 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -29,10 +29,10 @@ function App() { Feeling luckly - + Files - + Folders @@ -48,20 +48,20 @@ function App() { element={} /> } /> } /> } /> } /> } /> diff --git a/web/src/component/AudioPlayer.js b/web/src/component/AudioPlayer.js index b3b7603..32bf105 100644 --- a/web/src/component/AudioPlayer.js +++ b/web/src/component/AudioPlayer.js @@ -80,7 +80,7 @@ function AudioPlayer(props) {