first commit
This commit is contained in:
@ -27,7 +27,7 @@ function DataSet(props) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
himpunan_fuzzy = props.data.himpunan_fuzzy;
|
himpunan_fuzzy = props.data.himpunan_fuzzy;
|
||||||
url = "http://127.0.0.1:5000/";
|
url = "https://myfuzzybe2.herokuapp.com//";
|
||||||
|
|
||||||
table_rule_base = rule_base.map((item, index) => {
|
table_rule_base = rule_base.map((item, index) => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -71,7 +71,7 @@ function InputData(props) {
|
|||||||
setLoading(true);
|
setLoading(true);
|
||||||
try {
|
try {
|
||||||
//fetch api post
|
//fetch api post
|
||||||
const response = await fetch("http://127.0.0.1:5000/", {
|
const response = await fetch("https://myfuzzybe2.herokuapp.com/", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: formdata,
|
body: formdata,
|
||||||
})
|
})
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user