mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 06:26:17 -04:00
fix(review): don't specify hostname
This commit is contained in:
parent
c34ed730c4
commit
73f7aeb5ba
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
const BASE_API_PATH = 'https://localhost/api';
|
||||
const BASE_API_PATH = '/api';
|
||||
const pkgURL = `${BASE_API_PATH}/packages`;
|
||||
const downloadURL = `${BASE_API_PATH}/download`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue