summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_config.h
AgeCommit message (Collapse)Author
2020-04-17sketch instance loadingChristian Grothoff
2020-04-17starting v1 protocol dispatching logicChristian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
Previously, instances were addressed in various ways depending on then request (GET parameter, some instance_id in the POST body). With this commit, users of the merchant backend don't see the instance, they just see another base URL.
2019-08-17implement /config to query e.g. currencyFlorian Dold