Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sundowndev
GitHub Repository: sundowndev/phoneinfoga
Path: blob/master/web/client/src/config/index.ts
994 views
1
export default {
2
appName: "PhoneInfoga",
3
appDescription:
4
"Advanced information gathering & OSINT tool for phone numbers",
5
apiUrl: "/api",
6
};
7
8