Skip to content

whmer gaming site source code | WHMER GAMES ANIME

License

Notifications You must be signed in to change notification settings

whmer/server-gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHMER GAMES

API (triumph)

//npm install axios
const axios = require('axios');

const url = 'https://api-triumph.onrender.com/api/links';

axios.get(url)
  .then(response => {
    console.log('API Data:', response.data);
  })
  .catch(error => {
    console.error('Error accessing the API:', error);
  });
  • view code github
  • version : 14.0.2.1 | 2024

About

whmer gaming site source code | WHMER GAMES ANIME

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published