Your Name vor 3 Jahren
Ursprung
Commit
669129389d
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      choozmo/urlshorten/main.py

+ 6 - 0
choozmo/urlshorten/main.py

@@ -37,6 +37,12 @@ class kw_req(BaseModel):
     fullurl: str
     shorturl: str
 
+
+def check_exists():
+    foldername='/etc/nginx/url'
+    
+#/etc/nginx/url
+
 @app.post("/urldata")
 async def get_domain_by_keyword(req:kw_req):
     print(req)