Skip to content

Commit 0b04bd2

Browse files
committed
Update api_gateway.py
1 parent 86dd384 commit 0b04bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seatable_api/api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _dtable_db_query_url(self):
7070
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/sql'
7171

7272
def _dtable_db_insert_rows_url(self):
73-
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/insert-archived-rows/'
73+
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/add-archived-rows/'
7474

7575
def _send_toast_notification_url(self):
7676
return '%(dtable_server_url)s/api/v2/dtables/%(dtable_uuid)s/ui-toasts/' % {

0 commit comments

Comments
 (0)