diff --git a/src/App.js b/src/App.js
index 7f63839778e9d5475848e619f17e6878e630cac4..66a090e395e9ff628ac88629446920e5cf96c338 100644
--- a/src/App.js
+++ b/src/App.js
@@ -43,6 +43,7 @@ import TabPlataformaMEC from './Pages/TabsHelp/TabPlataformaMEC';
 import ItemStore from './Pages/ItemStore.js'
 import EditProfilePage from './Pages/EditProfilePage.js'
 import PublicUserPage from './Pages/PublicUserPage.js'
+import UploadPage from './Pages/UploadPage.js'
 
 export default function App(){
   // eslint-disable-next-line
@@ -101,6 +102,7 @@ export default function App(){
         <Route path="/recuperar-senha" component={PasswordRecoveryPage}/>
         <Route path="/usuario-publico/:userId" component={PublicUserPage}/>
         <Route path='/professor' component={PageProfessor}/>
+        <Route path="/upload" component={UploadPage}/>
         <Route path='/loja' component={ItemStore} />
       </Switch>
       <EcFooter/>