This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
mo0647
/
influence
Urmărește
0
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
22bc1e7c5f
Ramuri
Etichete
master
influence
/
composables
/
useApi.js
useApi.js
105 B
Istoric
Crud
1
2
3
4
5
6
7
8
"use strict";
const API_ENDPOINTS = {
//뉴스룸
newsInsert: ``,
};
export default API_ENDPOINTS;