Add base64 upload support
This commit is contained in:
@@ -3,5 +3,5 @@ import { Route, Redirect } from "react-router-native"
|
||||
|
||||
export const DefaultRoute = () => {
|
||||
// NOTE: When working on the app, change this to the page you are working on
|
||||
return <Route render={() => <Redirect to={"/home"} />} />
|
||||
return <Route render={() => <Redirect to={"/workItem"} />} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user