Skip to content
This repository was archived by the owner on Jun 12, 2020. It is now read-only.

Commit 6d9d3a2

Browse files
committed
Update endpoint URL
1 parent f3da0c4 commit 6d9d3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/util/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fetch from 'node-fetch'
22

33
export const getLog = (url) => {
4-
return fetch(`http://fsu.hunterjarrell.com:5000/log?repo=${url}`)
4+
return fetch(`https://fsu.hunterjarrell.com/log?repo=${url}`)
55
.then((lines) => lines.text())
66
.then((lines) => {
77
let allChanges = [];

0 commit comments

Comments
 (0)