mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 20:37:47 +00:00
Prettified Code!
This commit is contained in:
committed by
GitHub Action
parent
f5b6aaf14f
commit
2cd5ccfc81
@@ -2,7 +2,6 @@ import md5 from 'crypto-js/md5';
|
||||
|
||||
export const URL = 'https://developerdays.sailpoint.com';
|
||||
|
||||
|
||||
export async function getFAQ() {
|
||||
try {
|
||||
const response = await fetch(URL + '/faq');
|
||||
|
||||
Reference in New Issue
Block a user