Skip to content

Commit

Permalink
Fixed warnings and added api location (#79)
Browse files Browse the repository at this point in the history
* Fixed warnings and added api location

* fixed api location
  • Loading branch information
zmagar authored Jul 27, 2022
1 parent 780d9d5 commit af0bfbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "FrontEnd" # App source code path
api_location: "" # Api source code path - optional
api_location: "api" # Api source code path - optional
output_location: "build" # Built app content directory - optional
###### End of Repository/Build Configurations ######

Expand Down
1 change: 0 additions & 1 deletion FrontEnd/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import Dropzone from './components/Dropzone';
import Navbar from './components/Navbar';
import Validate from './pages/Validate';
import Browse from './pages/Browse';
Expand Down

0 comments on commit af0bfbf

Please sign in to comment.