We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdefa8 commit 81e9087Copy full SHA for 81e9087
README.md
@@ -0,0 +1,2 @@
1
+## Pastebin
2
+The mission of the project is to provide a tool to create and share text/code snippets.
app.py
@@ -34,6 +34,8 @@ def ping():
34
35
@app.route('/v1/pastebin/save', methods = ['POST'])
36
def save_paste():
37
+ initialize_tables()
38
+
39
try:
40
data = request.get_json()
41
0 commit comments