summaryrefslogtreecommitdiff
path: root/pages/index.c
blob: 08aa2d613dc6829c353372381be20bced99acfb8 (plain)
1
2
3
4
5
6
#include <emscripten/fetch.h>

int main(int argc, char *argv[])
{
	EM_ASM(authenticatedFetch("/products"));
}