Skip to content

Commit 9b2a86e

Browse files
committed
Fix broken url
1 parent 0be2ad7 commit 9b2a86e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/voucherify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
window.Voucherify = (function (window, document, $) {
22
"use strict";
33

4-
var API = buildAPI("localhost:8000");
4+
var API = buildAPI("https://api.voucherify.io");
55

66
function buildAPI(baseUrl) {
77
return {

0 commit comments

Comments
 (0)