Skip to content

Commit

Permalink
Updated the post_url with user
Browse files Browse the repository at this point in the history
  • Loading branch information
4rjunc committed Mar 3, 2024
1 parent 8b7862a commit dab9e1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions apis/jwt.l2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
GET

https://api.baserow.io/api/database/rows/table/262939/?user_field_names=true

Authorization: Token HgOfMk9hNi5HoAIRHhdlzGgsR0e6WJdG


{"filter_type":"AND","filters":[{"type":"equal","field":"email","value":"[email protected]"},{"type":"equal","field":"password","value":"test@123"}],"groups":[]}
6 changes: 3 additions & 3 deletions apis/post_urls.l2
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ https://api.baserow.io/api/database/rows/table/260068/?user_field_names=true
Authorization: Token HgOfMk9hNi5HoAIRHhdlzGgsR0e6WJdG

{
"Url": "https://example.io",
"Url": "https://alabama.com",
"Tags": [
"Shop",
"Tech",
"GUY"
]
],
"user":"[email protected]"
}
4 changes: 2 additions & 2 deletions src/components/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const Form = () => {
}
};

getCurrentTab();
//setActiveTab("https://example.com"); //used during development
//getCurrentTab();
setActiveTab("https://example.com"); //used during development
fetchData();
}, []);

Expand Down

0 comments on commit dab9e1e

Please sign in to comment.