Ufoptg commited on
Commit
36df9aa
·
verified ·
1 Parent(s): 21ae364

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -9
main.py CHANGED
@@ -229,15 +229,6 @@ def blacklist_words():
229
  except Exception as e:
230
  return {"status": "false", "message": f"Internal server error: {str(e)}"}
231
 
232
- @app.get("/UFoP/test")
233
- def test():
234
- test = ORACLE_TOKEN
235
- return {
236
- "status": "True",
237
- "sukuna": {
238
- "results": test
239
- }
240
- }
241
 
242
  @app.get("/UFoP/getbanlist")
243
  def sibyl_get_all_banlist():
 
229
  except Exception as e:
230
  return {"status": "false", "message": f"Internal server error: {str(e)}"}
231
 
 
 
 
 
 
 
 
 
 
232
 
233
  @app.get("/UFoP/getbanlist")
234
  def sibyl_get_all_banlist():