Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
669129389d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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)