Skip to content
Snippets Groups Projects
Commit e0e3f6c3 authored by Jo Sama's avatar Jo Sama :scream:
Browse files

Prefix API endpoints with api/

parent 0b7f6496
No related branches found
No related tags found
No related merge requests found
Pipeline #48333 passed
......@@ -45,10 +45,10 @@ def merge_dicts(*dicts):
class SetraEndpoints:
def __init__(self,
url,
batch_url='batch/',
transaction_url='transaction/',
voucher_url='voucher/',
multi_url='addtrans/'
batch_url='api/batch/',
transaction_url='api/transaction/',
voucher_url='api/voucher/',
multi_url='api/addtrans/'
):
self.baseurl = url
self.batch_url = batch_url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment