feat: add database connection with modified endpoints
This commit is contained in:
12
.vscode/extensions.json
vendored
Normal file
12
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"ms-python.debugpy",
|
||||
"mtxr.sqltools",
|
||||
"mtxr.sqltools-driver-pg",
|
||||
"genieai.chatgpt-vscode",
|
||||
"humao.rest-client"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
]
|
||||
}
|
||||
10
.vscode/http/url.rest
vendored
Normal file
10
.vscode/http/url.rest
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
### redirect_to_original_url
|
||||
GET http://localhost:8000/
|
||||
|
||||
### create_url_shortcode
|
||||
POST http://localhost:8000/shorten
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"url": "https://google.com/"
|
||||
}
|
||||
1
.vscode/sql/minxadb-dev.session.sql
vendored
Normal file
1
.vscode/sql/minxadb-dev.session.sql
vendored
Normal file
@@ -0,0 +1 @@
|
||||
SELECT * FROM url_mapping
|
||||
Reference in New Issue
Block a user