added context provider for user profile
This commit was merged in pull request #11.
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ import Axios from "axios";
|
||||
class Fetcher {
|
||||
constructor(url) {
|
||||
// this.url = url;
|
||||
console.log("first request!!!");
|
||||
// console.log("first request!!!");
|
||||
// return new Response("Working!!!" + url)
|
||||
}
|
||||
|
||||
// Endpoints Here
|
||||
|
||||
Reference in New Issue
Block a user