浏览代码

update API.

txlyre 1 年之前
父节点
当前提交
6b1affcf32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -418,7 +418,7 @@ async def sylvy_handler(bot, event, command):
   async with ClientSession() as session:
     try:
       async with session.post(
-        f'https://sylvy-engine.txlyre.website/api/computeSingle',
+        f'https://sylvy-engine.txlyre.website/api/compute',
         json={'program': command.args_string, 'stringify': True}
       ) as resp:
         data = await resp.json()